Class: Aws::Types::DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#local_gateway_route_table_virtual_interface_group_association_ids ⇒ ::Array[::String]
Returns the value of attribute local_gateway_route_table_virtual_interface_group_association_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6603 6604 6605 |
# File 'sig/types.rbs', line 6603 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6600 6601 6602 |
# File 'sig/types.rbs', line 6600 def filters @filters end |
#local_gateway_route_table_virtual_interface_group_association_ids ⇒ ::Array[::String]
Returns the value of attribute local_gateway_route_table_virtual_interface_group_association_ids.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def local_gateway_route_table_virtual_interface_group_association_ids @local_gateway_route_table_virtual_interface_group_association_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6601 6602 6603 |
# File 'sig/types.rbs', line 6601 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6602 6603 6604 |
# File 'sig/types.rbs', line 6602 def next_token @next_token end |