Class: Aws::Types::UpdateVirtualGatewayInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVirtualGatewayInput
- 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.
-
#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.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualGatewaySpec
Returns the value of attribute spec.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def spec @spec end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def virtual_gateway_name @virtual_gateway_name end |