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.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def gateway_name @gateway_name end |
#gateway_platform ⇒ Types::GatewayPlatform
Returns the value of attribute gateway_platform.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def gateway_platform @gateway_platform end |
#gateway_version ⇒ ::String
Returns the value of attribute gateway_version.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def gateway_version @gateway_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def @tags end |