Class: Aws::Types::GetSequenceStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSequenceStoreResponse
- 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.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def description @description end |
#e_tag_algorithm_family ⇒ "MD5up", ...
Returns the value of attribute e_tag_algorithm_family.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def e_tag_algorithm_family @e_tag_algorithm_family end |
#fallback_location ⇒ ::String
Returns the value of attribute fallback_location.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def fallback_location @fallback_location end |
#id ⇒ ::String
Returns the value of attribute id.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def name @name end |
#propagated_set_level_tags ⇒ ::Array[::String]
Returns the value of attribute propagated_set_level_tags.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def end |
#s3_access ⇒ Types::SequenceStoreS3Access
Returns the value of attribute s3_access.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def s3_access @s3_access end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def sse_config @sse_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def update_time @update_time end |