Class: Aws::Types::TransitGatewayRouteTableAnnouncement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#announcement_direction"outgoing", "incoming"

Returns the value of attribute announcement_direction.

Returns:

  • ("outgoing", "incoming")


18565
18566
18567
# File 'sig/types.rbs', line 18565

def announcement_direction
  @announcement_direction
end

#core_network_id::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


18561
18562
18563
# File 'sig/types.rbs', line 18561

def core_network_id
  @core_network_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18568
18569
18570
# File 'sig/types.rbs', line 18568

def creation_time
  @creation_time
end

#peer_core_network_id::String

Returns the value of attribute peer_core_network_id.

Returns:

  • (::String)


18563
18564
18565
# File 'sig/types.rbs', line 18563

def peer_core_network_id
  @peer_core_network_id
end

#peer_transit_gateway_id::String

Returns the value of attribute peer_transit_gateway_id.

Returns:

  • (::String)


18562
18563
18564
# File 'sig/types.rbs', line 18562

def peer_transit_gateway_id
  @peer_transit_gateway_id
end

#peering_attachment_id::String

Returns the value of attribute peering_attachment_id.

Returns:

  • (::String)


18564
18565
18566
# File 'sig/types.rbs', line 18564

def peering_attachment_id
  @peering_attachment_id
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "pending", "failing", "failed", "deleting", "deleted")


18567
18568
18569
# File 'sig/types.rbs', line 18567

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18569
18570
18571
# File 'sig/types.rbs', line 18569

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18560
18561
18562
# File 'sig/types.rbs', line 18560

def transit_gateway_id
  @transit_gateway_id
end

#transit_gateway_route_table_announcement_id::String

Returns the value of attribute transit_gateway_route_table_announcement_id.

Returns:

  • (::String)


18559
18560
18561
# File 'sig/types.rbs', line 18559

def transit_gateway_route_table_announcement_id
  @transit_gateway_route_table_announcement_id
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


18566
18567
18568
# File 'sig/types.rbs', line 18566

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end