Class: Aws::Types::GetVariantStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetVariantStoreResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
-
#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.
-
#store_arn ⇒ ::String
Returns the value of attribute store_arn.
-
#store_size_bytes ⇒ ::Integer
Returns the value of attribute store_size_bytes.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def reference @reference end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def sse_config @sse_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def @status_message end |
#store_arn ⇒ ::String
Returns the value of attribute store_arn.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def store_arn @store_arn end |
#store_size_bytes ⇒ ::Integer
Returns the value of attribute store_size_bytes.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def store_size_bytes @store_size_bytes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def update_time @update_time end |