Class: Aws::Types::DeleteLocalGatewayRouteTableVpcAssociationRequest

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)


4536
4537
4538
# File 'sig/types.rbs', line 4536

def dry_run
  @dry_run
end

#local_gateway_route_table_vpc_association_id::String

Returns the value of attribute local_gateway_route_table_vpc_association_id.

Returns:

  • (::String)


4535
4536
4537
# File 'sig/types.rbs', line 4535

def local_gateway_route_table_vpc_association_id
  @local_gateway_route_table_vpc_association_id
end