Class: Aws::Types::CreateGatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def gateway_arn @gateway_arn end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def gateway_id @gateway_id end |