Class: Aws::Types::CreateVirtualGatewayInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVirtualGatewayInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#spec ⇒ Types::VirtualGatewaySpec
Returns the value of attribute spec.
-
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
135 136 137 |
# File 'sig/types.rbs', line 135 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
136 137 138 |
# File 'sig/types.rbs', line 136 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
137 138 139 |
# File 'sig/types.rbs', line 137 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualGatewaySpec
Returns the value of attribute spec.
138 139 140 |
# File 'sig/types.rbs', line 138 def spec @spec end |
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
139 140 141 |
# File 'sig/types.rbs', line 139 def end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def virtual_gateway_name @virtual_gateway_name end |