Class: Aws::Types::DeletePredefinedAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePredefinedAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def name @name end |