Class: Aws::Types::DeleteResourceGatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourceGatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
363 364 365 |
# File 'sig/types.rbs', line 363 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
362 363 364 |
# File 'sig/types.rbs', line 362 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
364 365 366 |
# File 'sig/types.rbs', line 364 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
365 366 367 |
# File 'sig/types.rbs', line 365 def status @status end |