Class: Aws::EC2::Types::GetTransitGatewayPolicyTableEntriesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetTransitGatewayPolicyTableEntriesResult
- 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 to use to retrieve the next page of results.
-
#transit_gateway_policy_table_entries ⇒ Array<Types::TransitGatewayPolicyTableEntry>
The entries for the transit gateway policy table.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
47570 47571 47572 47573 47574 47575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47570 class GetTransitGatewayPolicyTableEntriesResult < Struct.new( :transit_gateway_policy_table_entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_policy_table_entries ⇒ Array<Types::TransitGatewayPolicyTableEntry>
The entries for the transit gateway policy table.
47570 47571 47572 47573 47574 47575 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47570 class GetTransitGatewayPolicyTableEntriesResult < Struct.new( :transit_gateway_policy_table_entries, :next_token) SENSITIVE = [] include Aws::Structure end |