Module: Aws::Omics::Client::_CreateSequenceStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSequenceStoreResponse]
- 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
Instance Method Details
#arn ⇒ ::String
345 |
# File 'sig/client.rbs', line 345
def arn: () -> ::String
|
#creation_time ⇒ ::Time
349 |
# File 'sig/client.rbs', line 349
def creation_time: () -> ::Time
|
#description ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def description: () -> ::String
|
#e_tag_algorithm_family ⇒ "MD5up", ...
351 |
# File 'sig/client.rbs', line 351
def e_tag_algorithm_family: () -> ("MD5up" | "SHA256up" | "SHA512up")
|
#fallback_location ⇒ ::String
350 |
# File 'sig/client.rbs', line 350
def fallback_location: () -> ::String
|
#id ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def id: () -> ::String
|
#name ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def name: () -> ::String
|
#propagated_set_level_tags ⇒ ::Array[::String]
354 |
# File 'sig/client.rbs', line 354
def propagated_set_level_tags: () -> ::Array[::String]
|
#s3_access ⇒ Types::SequenceStoreS3Access
355 |
# File 'sig/client.rbs', line 355
def s3_access: () -> Types::SequenceStoreS3Access
|
#sse_config ⇒ Types::SseConfig
348 |
# File 'sig/client.rbs', line 348
def sse_config: () -> Types::SseConfig
|
#status ⇒ "CREATING", ...
352 |
# File 'sig/client.rbs', line 352
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED")
|
#status_message ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def status_message: () -> ::String
|