Class: Aws::Types::DeleteTransitGatewayPrefixListReferenceRequest

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)


4902
4903
4904
# File 'sig/types.rbs', line 4902

def dry_run
  @dry_run
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


4901
4902
4903
# File 'sig/types.rbs', line 4901

def prefix_list_id
  @prefix_list_id
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


4900
4901
4902
# File 'sig/types.rbs', line 4900

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end