Class: Aws::EC2::Types::GetTransitGatewayPrefixListReferencesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetTransitGatewayPrefixListReferencesResult
- 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_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.
39100 39101 39102 39103 39104 39105 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39100 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.
39100 39101 39102 39103 39104 39105 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39100 class GetTransitGatewayPrefixListReferencesResult < Struct.new( :transit_gateway_prefix_list_references, :next_token) SENSITIVE = [] include Aws::Structure end |