Class: Aws::Types::ModifyTransitGatewayPrefixListReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTransitGatewayPrefixListReferenceRequest
- 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.
14008 14009 14010 |
# File 'sig/types.rbs', line 14008 def blackhole @blackhole end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14009 14010 14011 |
# File 'sig/types.rbs', line 14009 def dry_run @dry_run end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
14006 14007 14008 |
# File 'sig/types.rbs', line 14006 def prefix_list_id @prefix_list_id end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
14007 14008 14009 |
# File 'sig/types.rbs', line 14007 def @transit_gateway_attachment_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
14005 14006 14007 |
# File 'sig/types.rbs', line 14005 def transit_gateway_route_table_id @transit_gateway_route_table_id end |