Module: Aws::Omics::Client::_CreateReferenceStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateReferenceStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #sse_config ⇒ Types::SseConfig
Instance Method Details
#arn ⇒ ::String
286 |
# File 'sig/client.rbs', line 286 def arn: () -> ::String |
#creation_time ⇒ ::Time
290 |
# File 'sig/client.rbs', line 290 def creation_time: () -> ::Time |
#description ⇒ ::String
288 |
# File 'sig/client.rbs', line 288 def description: () -> ::String |
#id ⇒ ::String
285 |
# File 'sig/client.rbs', line 285 def id: () -> ::String |
#name ⇒ ::String
287 |
# File 'sig/client.rbs', line 287 def name: () -> ::String |
#sse_config ⇒ Types::SseConfig
289 |
# File 'sig/client.rbs', line 289 def sse_config: () -> Types::SseConfig |