Class: Aws::EC2::Types::DescribeTransitGatewayPolicyTablesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayPolicyTablesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#transit_gateway_policy_tables ⇒ Array<Types::TransitGatewayPolicyTable>
Describes the transit gateway policy tables.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
27780 27781 27782 27783 27784 27785 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27780 class DescribeTransitGatewayPolicyTablesResult < Struct.new( :transit_gateway_policy_tables, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_policy_tables ⇒ Array<Types::TransitGatewayPolicyTable>
Describes the transit gateway policy tables.
27780 27781 27782 27783 27784 27785 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27780 class DescribeTransitGatewayPolicyTablesResult < Struct.new( :transit_gateway_policy_tables, :next_token) SENSITIVE = [] include Aws::Structure end |