Class: Aws::Types::CreateTransitGatewayPrefixListReferenceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blackholeBoolean

Returns the value of attribute blackhole.

Returns:

  • (Boolean)


3605
3606
3607
# File 'sig/types.rbs', line 3605

def blackhole
  @blackhole
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3606
3607
3608
# File 'sig/types.rbs', line 3606

def dry_run
  @dry_run
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


3603
3604
3605
# File 'sig/types.rbs', line 3603

def prefix_list_id
  @prefix_list_id
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


3604
3605
3606
# File 'sig/types.rbs', line 3604

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


3602
3603
3604
# File 'sig/types.rbs', line 3602

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end