Class: Aws::Types::DeleteTransitGatewayPrefixListReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTransitGatewayPrefixListReferenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#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.
4766 4767 4768 |
# File 'sig/types.rbs', line 4766 def dry_run @dry_run end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
4765 4766 4767 |
# File 'sig/types.rbs', line 4765 def prefix_list_id @prefix_list_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
4764 4765 4766 |
# File 'sig/types.rbs', line 4764 def transit_gateway_route_table_id @transit_gateway_route_table_id end |