Class: Aws::Types::CollectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollectionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#collection_group_name ⇒ ::String
Returns the value of attribute collection_group_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
194 195 196 |
# File 'sig/types.rbs', line 194 def arn @arn end |
#collection_group_name ⇒ ::String
Returns the value of attribute collection_group_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def collection_group_name @collection_group_name end |
#id ⇒ ::String
Returns the value of attribute id.
191 192 193 |
# File 'sig/types.rbs', line 191 def id @id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
195 196 197 |
# File 'sig/types.rbs', line 195 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
192 193 194 |
# File 'sig/types.rbs', line 192 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
193 194 195 |
# File 'sig/types.rbs', line 193 def status @status end |