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.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def gateway_arn @gateway_arn end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def gateway_id @gateway_id end |