Class: Aws::EC2::Types::GetTransitGatewayPrefixListReferencesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetTransitGatewayPrefixListReferencesResult
- Includes:
- Structure
- Defined in:
- 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_prefix_list_references ⇒ Array<Types::TransitGatewayPrefixListReference>
Information about the prefix list references.
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.
38999 39000 39001 39002 39003 39004 |
# File 'lib/aws-sdk-ec2/types.rb', line 38999 class GetTransitGatewayPrefixListReferencesResult < Struct.new( :transit_gateway_prefix_list_references, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_prefix_list_references ⇒ Array<Types::TransitGatewayPrefixListReference>
Information about the prefix list references.
38999 39000 39001 39002 39003 39004 |
# File 'lib/aws-sdk-ec2/types.rb', line 38999 class GetTransitGatewayPrefixListReferencesResult < Struct.new( :transit_gateway_prefix_list_references, :next_token) SENSITIVE = [] include Aws::Structure end |