Class: Aws::Types::CreateVirtualRouterInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateVirtualRouterInput
- 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.
-
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
-
#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.
165 166 167 |
# File 'sig/types.rbs', line 165 def client_token @client_token end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
166 167 168 |
# File 'sig/types.rbs', line 166 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
167 168 169 |
# File 'sig/types.rbs', line 167 def mesh_owner @mesh_owner end |
#spec ⇒ Types::VirtualRouterSpec
Returns the value of attribute spec.
168 169 170 |
# File 'sig/types.rbs', line 168 def spec @spec end |
#tags ⇒ ::Array[Types::TagRef]
Returns the value of attribute tags.
169 170 171 |
# File 'sig/types.rbs', line 169 def end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def virtual_router_name @virtual_router_name end |