Class: Aws::Types::TransitGatewayPrefixListReference

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)


18486
18487
18488
# File 'sig/types.rbs', line 18486

def blackhole
  @blackhole
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


18483
18484
18485
# File 'sig/types.rbs', line 18483

def prefix_list_id
  @prefix_list_id
end

#prefix_list_owner_id::String

Returns the value of attribute prefix_list_owner_id.

Returns:

  • (::String)


18484
18485
18486
# File 'sig/types.rbs', line 18484

def prefix_list_owner_id
  @prefix_list_owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "modifying", "deleting")


18485
18486
18487
# File 'sig/types.rbs', line 18485

def state
  @state
end

#transit_gateway_attachmentTypes::TransitGatewayPrefixListAttachment

Returns the value of attribute transit_gateway_attachment.



18487
18488
18489
# File 'sig/types.rbs', line 18487

def transit_gateway_attachment
  @transit_gateway_attachment
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


18482
18483
18484
# File 'sig/types.rbs', line 18482

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end