Class: Aws::Types::DeleteCollectionDetail
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCollectionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
386 387 388 |
# File 'sig/types.rbs', line 386 def deletion_protection @deletion_protection end |
#id ⇒ ::String
Returns the value of attribute id.
383 384 385 |
# File 'sig/types.rbs', line 383 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
384 385 386 |
# File 'sig/types.rbs', line 384 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
385 386 387 |
# File 'sig/types.rbs', line 385 def status @status end |