Class: Aws::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2873
2874
2875
# File 'sig/types.rbs', line 2873

def tag_specifications
  @tag_specifications
end