Class: Aws::Types::CreateTransitGatewayPrefixListReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayPrefixListReferenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blackhole ⇒ Boolean
Returns the value of attribute blackhole.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#blackhole ⇒ Boolean
Returns the value of attribute blackhole.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def blackhole @blackhole end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def dry_run @dry_run end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def prefix_list_id @prefix_list_id end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def @transit_gateway_attachment_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def transit_gateway_route_table_id @transit_gateway_route_table_id end |