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
1024 |
# File 'sig/client.rbs', line 1024
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1028 |
# File 'sig/client.rbs', line 1028
def creation_time: () -> ::Time
|
#description ⇒ ::String
1026 |
# File 'sig/client.rbs', line 1026
def description: () -> ::String
|
#e_tag_algorithm_family ⇒ "MD5up", ...
1031 |
# File 'sig/client.rbs', line 1031
def e_tag_algorithm_family: () -> ("MD5up" | "SHA256up" | "SHA512up")
|
#fallback_location ⇒ ::String
1029 |
# File 'sig/client.rbs', line 1029
def fallback_location: () -> ::String
|
#id ⇒ ::String
1023 |
# File 'sig/client.rbs', line 1023
def id: () -> ::String
|
#name ⇒ ::String
1025 |
# File 'sig/client.rbs', line 1025
def name: () -> ::String
|
#propagated_set_level_tags ⇒ ::Array[::String]
1034 |
# File 'sig/client.rbs', line 1034
def propagated_set_level_tags: () -> ::Array[::String]
|
#s3_access ⇒ Types::SequenceStoreS3Access
1030 |
# File 'sig/client.rbs', line 1030
def s3_access: () -> Types::SequenceStoreS3Access
|
#sse_config ⇒ Types::SseConfig
1027 |
# File 'sig/client.rbs', line 1027
def sse_config: () -> Types::SseConfig
|
#status ⇒ "CREATING", ...
1032 |
# File 'sig/client.rbs', line 1032
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED")
|
#status_message ⇒ ::String
1033 |
# File 'sig/client.rbs', line 1033
def status_message: () -> ::String
|
#update_time ⇒ ::Time
1035 |
# File 'sig/client.rbs', line 1035
def update_time: () -> ::Time
|