Class: Aws::Types::UpdateGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
Instance Attribute Details
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def gateway_id @gateway_id end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def gateway_name @gateway_name end |