Class: Aws::Types::TransitGatewayRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


18531
18532
18533
# File 'sig/types.rbs', line 18531

def destination_cidr_block
  @destination_cidr_block
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


18532
18533
18534
# File 'sig/types.rbs', line 18532

def prefix_list_id
  @prefix_list_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "active", "blackhole", "deleting", "deleted")


18536
18537
18538
# File 'sig/types.rbs', line 18536

def state
  @state
end

#transit_gateway_attachments::Array[Types::TransitGatewayRouteAttachment]

Returns the value of attribute transit_gateway_attachments.



18534
18535
18536
# File 'sig/types.rbs', line 18534

def transit_gateway_attachments
  @transit_gateway_attachments
end

#transit_gateway_route_table_announcement_id::String

Returns the value of attribute transit_gateway_route_table_announcement_id.

Returns:

  • (::String)


18533
18534
18535
# File 'sig/types.rbs', line 18533

def transit_gateway_route_table_announcement_id
  @transit_gateway_route_table_announcement_id
end

#type"static", "propagated"

Returns the value of attribute type.

Returns:

  • ("static", "propagated")


18535
18536
18537
# File 'sig/types.rbs', line 18535

def type
  @type
end