Class: Aws::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def dry_run @dry_run end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def local_gateway_route_table_id @local_gateway_route_table_id end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def tag_specifications @tag_specifications end |