Class: Aws::Types::UpdateVirtualRouterInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVirtualRouterInput
- 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::VirtualRouterSpec
Returns the value of attribute spec.
-
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualRouterSpec
Returns the value of attribute spec.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def spec @spec end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def virtual_router_name @virtual_router_name end |