Class: Aws::Types::TransitGatewayPrefixListReference
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayPrefixListReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blackhole ⇒ Boolean
Returns the value of attribute blackhole.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#prefix_list_owner_id ⇒ ::String
Returns the value of attribute prefix_list_owner_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#transit_gateway_attachment ⇒ Types::TransitGatewayPrefixListAttachment
Returns the value of attribute transit_gateway_attachment.
-
#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.
18175 18176 18177 |
# File 'sig/types.rbs', line 18175 def blackhole @blackhole end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
18172 18173 18174 |
# File 'sig/types.rbs', line 18172 def prefix_list_id @prefix_list_id end |
#prefix_list_owner_id ⇒ ::String
Returns the value of attribute prefix_list_owner_id.
18173 18174 18175 |
# File 'sig/types.rbs', line 18173 def prefix_list_owner_id @prefix_list_owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18174 18175 18176 |
# File 'sig/types.rbs', line 18174 def state @state end |
#transit_gateway_attachment ⇒ Types::TransitGatewayPrefixListAttachment
Returns the value of attribute transit_gateway_attachment.
18176 18177 18178 |
# File 'sig/types.rbs', line 18176 def @transit_gateway_attachment end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
18171 18172 18173 |
# File 'sig/types.rbs', line 18171 def transit_gateway_route_table_id @transit_gateway_route_table_id end |