toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.omics.kotlin.outputs
/
GetSequenceStoreResult
Get
Sequence
Store
Result
data
class
GetSequenceStoreResult
(
val
arn
:
String
?
=
null
,
val
creationTime
:
String
?
=
null
,
val
sequenceStoreId
:
String
?
=
null
)
Members
Constructors
Get
Sequence
Store
Result
Link copied to clipboard
constructor
(
arn
:
String
?
=
null
,
creationTime
:
String
?
=
null
,
sequenceStoreId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
arn
Link copied to clipboard
val
arn
:
String
?
=
null
The store's ARN.
creation
Time
Link copied to clipboard
val
creationTime
:
String
?
=
null
When the store was created.
sequence
Store
Id
Link copied to clipboard
val
sequenceStoreId
:
String
?
=
null
The store's ID.