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)


2824
2825
2826
# File 'sig/types.rbs', line 2824

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2821
2822
2823
# File 'sig/types.rbs', line 2821

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)


2822
2823
2824
# File 'sig/types.rbs', line 2822

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:



2823
2824
2825
# File 'sig/types.rbs', line 2823

def tag_specifications
  @tag_specifications
end