Class: Aws::Types::CreateTransitGatewayRouteTableAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayRouteTableAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#peering_id ⇒ ::String
Returns the value of attribute peering_id.
-
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_route_table_arn ⇒ ::String
Returns the value of attribute transit_gateway_route_table_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
581 582 583 |
# File 'sig/types.rbs', line 581 def client_token @client_token end |
#peering_id ⇒ ::String
Returns the value of attribute peering_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def peering_id @peering_id end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
579 580 581 |
# File 'sig/types.rbs', line 579 def routing_policy_label @routing_policy_label end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
580 581 582 |
# File 'sig/types.rbs', line 580 def @tags end |
#transit_gateway_route_table_arn ⇒ ::String
Returns the value of attribute transit_gateway_route_table_arn.
578 579 580 |
# File 'sig/types.rbs', line 578 def transit_gateway_route_table_arn @transit_gateway_route_table_arn end |