Class: Aws::Types::UpdateSequenceStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSequenceStoreResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#e_tag_algorithm_family ⇒ "MD5up", ...
Returns the value of attribute e_tag_algorithm_family.
-
#fallback_location ⇒ ::String
Returns the value of attribute fallback_location.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#propagated_set_level_tags ⇒ ::Array[::String]
Returns the value of attribute propagated_set_level_tags.
-
#s3_access ⇒ Types::SequenceStoreS3Access
Returns the value of attribute s3_access.
-
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def description @description end |
#e_tag_algorithm_family ⇒ "MD5up", ...
Returns the value of attribute e_tag_algorithm_family.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def e_tag_algorithm_family @e_tag_algorithm_family end |
#fallback_location ⇒ ::String
Returns the value of attribute fallback_location.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def fallback_location @fallback_location end |
#id ⇒ ::String
Returns the value of attribute id.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def name @name end |
#propagated_set_level_tags ⇒ ::Array[::String]
Returns the value of attribute propagated_set_level_tags.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def @propagated_set_level_tags end |
#s3_access ⇒ Types::SequenceStoreS3Access
Returns the value of attribute s3_access.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def s3_access @s3_access end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def sse_config @sse_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def @status_message end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def update_time @update_time end |