Class: Aws::Types::TransitGatewayRouteTableAnnouncement
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRouteTableAnnouncement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#announcement_direction ⇒ "outgoing", "incoming"
Returns the value of attribute announcement_direction.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#peer_core_network_id ⇒ ::String
Returns the value of attribute peer_core_network_id.
-
#peer_transit_gateway_id ⇒ ::String
Returns the value of attribute peer_transit_gateway_id.
-
#peering_attachment_id ⇒ ::String
Returns the value of attribute peering_attachment_id.
-
#state ⇒ "available", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_route_table_announcement_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_announcement_id.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#announcement_direction ⇒ "outgoing", "incoming"
Returns the value of attribute announcement_direction.
18254 18255 18256 |
# File 'sig/types.rbs', line 18254 def announcement_direction @announcement_direction end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
18250 18251 18252 |
# File 'sig/types.rbs', line 18250 def core_network_id @core_network_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18257 18258 18259 |
# File 'sig/types.rbs', line 18257 def creation_time @creation_time end |
#peer_core_network_id ⇒ ::String
Returns the value of attribute peer_core_network_id.
18252 18253 18254 |
# File 'sig/types.rbs', line 18252 def peer_core_network_id @peer_core_network_id end |
#peer_transit_gateway_id ⇒ ::String
Returns the value of attribute peer_transit_gateway_id.
18251 18252 18253 |
# File 'sig/types.rbs', line 18251 def peer_transit_gateway_id @peer_transit_gateway_id end |
#peering_attachment_id ⇒ ::String
Returns the value of attribute peering_attachment_id.
18253 18254 18255 |
# File 'sig/types.rbs', line 18253 def @peering_attachment_id end |
#state ⇒ "available", ...
Returns the value of attribute state.
18256 18257 18258 |
# File 'sig/types.rbs', line 18256 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18258 18259 18260 |
# File 'sig/types.rbs', line 18258 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18249 18250 18251 |
# File 'sig/types.rbs', line 18249 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.
18248 18249 18250 |
# File 'sig/types.rbs', line 18248 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.
18255 18256 18257 |
# File 'sig/types.rbs', line 18255 def transit_gateway_route_table_id @transit_gateway_route_table_id end |