Class: Aws::EC2::Types::DescribeTransitGatewayPolicyTablesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayPolicyTablesResult
- Includes:
- Structure
- Defined in:
- 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.
28228 28229 28230 28231 28232 28233 |
# File 'lib/aws-sdk-ec2/types.rb', line 28228 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.
28228 28229 28230 28231 28232 28233 |
# File 'lib/aws-sdk-ec2/types.rb', line 28228 class DescribeTransitGatewayPolicyTablesResult < Struct.new( :transit_gateway_policy_tables, :next_token) SENSITIVE = [] include Aws::Structure end |