Class: Aws::Types::UpdateGatewayInformationOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGatewayInformationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def gateway_arn @gateway_arn end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def gateway_name @gateway_name end |