Class: Aws::Types::CreateGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
-
#gateway_platform ⇒ Types::GatewayPlatform
Returns the value of attribute gateway_platform.
-
#gateway_version ⇒ ::String
Returns the value of attribute gateway_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def gateway_name @gateway_name end |
#gateway_platform ⇒ Types::GatewayPlatform
Returns the value of attribute gateway_platform.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def gateway_platform @gateway_platform end |
#gateway_version ⇒ ::String
Returns the value of attribute gateway_version.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def gateway_version @gateway_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def @tags end |