Class: Aws::Types::DeactivateTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeactivateTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
303 304 305 |
# File 'sig/types.rbs', line 303 def arn @arn end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
302 303 304 |
# File 'sig/types.rbs', line 302 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
301 302 303 |
# File 'sig/types.rbs', line 301 def type_name @type_name end |