Class: Aws::Types::CreateRouterNetworkInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouterNetworkInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
426 427 428 |
# File 'sig/types.rbs', line 426 def client_token @client_token end |
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
Returns the value of attribute configuration.
423 424 425 |
# File 'sig/types.rbs', line 423 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
422 423 424 |
# File 'sig/types.rbs', line 422 def name @name end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
424 425 426 |
# File 'sig/types.rbs', line 424 def region_name @region_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
425 426 427 |
# File 'sig/types.rbs', line 425 def @tags end |