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)


2712
2713
2714
# File 'sig/types.rbs', line 2712

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2709
2710
2711
# File 'sig/types.rbs', line 2709

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)


2710
2711
2712
# File 'sig/types.rbs', line 2710

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:



2711
2712
2713
# File 'sig/types.rbs', line 2711

def tag_specifications
  @tag_specifications
end