Module: Aws::Omics::Client::_GetSequenceStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSequenceStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #e_tag_algorithm_family ⇒ "MD5up", ...
- #fallback_location ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #propagated_set_level_tags ⇒ ::Array[::String]
- #s3_access ⇒ Types::SequenceStoreS3Access
- #sse_config ⇒ Types::SseConfig
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #update_time ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
1026 |
# File 'sig/client.rbs', line 1026 def arn: () -> ::String |
#creation_time ⇒ ::Time
1030 |
# File 'sig/client.rbs', line 1030 def creation_time: () -> ::Time |
#description ⇒ ::String
1028 |
# File 'sig/client.rbs', line 1028 def description: () -> ::String |
#e_tag_algorithm_family ⇒ "MD5up", ...
1033 |
# File 'sig/client.rbs', line 1033 def e_tag_algorithm_family: () -> ("MD5up" | "SHA256up" | "SHA512up") |
#fallback_location ⇒ ::String
1031 |
# File 'sig/client.rbs', line 1031 def fallback_location: () -> ::String |
#id ⇒ ::String
1025 |
# File 'sig/client.rbs', line 1025 def id: () -> ::String |
#name ⇒ ::String
1027 |
# File 'sig/client.rbs', line 1027 def name: () -> ::String |
#propagated_set_level_tags ⇒ ::Array[::String]
1036 |
# File 'sig/client.rbs', line 1036 def propagated_set_level_tags: () -> ::Array[::String] |
#s3_access ⇒ Types::SequenceStoreS3Access
1032 |
# File 'sig/client.rbs', line 1032 def s3_access: () -> Types::SequenceStoreS3Access |
#sse_config ⇒ Types::SseConfig
1029 |
# File 'sig/client.rbs', line 1029 def sse_config: () -> Types::SseConfig |
#status ⇒ "CREATING", ...
1034 |
# File 'sig/client.rbs', line 1034 def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED") |
#status_message ⇒ ::String
1035 |
# File 'sig/client.rbs', line 1035 def status_message: () -> ::String |
#update_time ⇒ ::Time
1037 |
# File 'sig/client.rbs', line 1037 def update_time: () -> ::Time |