Module: Aws::Omics::Client::_GetReferenceStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReferenceStoreResponse]
- 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
880 |
# File 'sig/client.rbs', line 880 def arn: () -> ::String |
#creation_time ⇒ ::Time
884 |
# File 'sig/client.rbs', line 884 def creation_time: () -> ::Time |
#description ⇒ ::String
882 |
# File 'sig/client.rbs', line 882 def description: () -> ::String |
#id ⇒ ::String
879 |
# File 'sig/client.rbs', line 879 def id: () -> ::String |
#name ⇒ ::String
881 |
# File 'sig/client.rbs', line 881 def name: () -> ::String |
#sse_config ⇒ Types::SseConfig
883 |
# File 'sig/client.rbs', line 883 def sse_config: () -> Types::SseConfig |