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.
3749 3750 3751 |
# File 'sig/types.rbs', line 3749 def gateway_id @gateway_id end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
3750 3751 3752 |
# File 'sig/types.rbs', line 3750 def gateway_name @gateway_name end |