Class: Aws::Types::VariantStoreItem
- Inherits:
-
Object
- Object
- Aws::Types::VariantStoreItem
- 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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def reference @reference end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def sse_config @sse_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def end |
#store_arn ⇒ ::String
Returns the value of attribute store_arn.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def store_arn @store_arn end |
#store_size_bytes ⇒ ::Integer
Returns the value of attribute store_size_bytes.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def store_size_bytes @store_size_bytes end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def update_time @update_time end |