Class: Aws::Types::CreateTransitGatewayRouteTableAnnouncementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayRouteTableAnnouncementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#peering_attachment_id ⇒ ::String
Returns the value of attribute peering_attachment_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3646 3647 3648 |
# File 'sig/types.rbs', line 3646 def dry_run @dry_run end |
#peering_attachment_id ⇒ ::String
Returns the value of attribute peering_attachment_id.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def @peering_attachment_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3645 3646 3647 |
# File 'sig/types.rbs', line 3645 def tag_specifications @tag_specifications end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
3643 3644 3645 |
# File 'sig/types.rbs', line 3643 def transit_gateway_route_table_id @transit_gateway_route_table_id end |