Class: Aws::EC2::Types::GetTransitGatewayPrefixListReferencesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


36092
36093
36094
36095
36096
36097
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36092

class GetTransitGatewayPrefixListReferencesResult < Struct.new(
  :transit_gateway_prefix_list_references,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_prefix_list_referencesArray<Types::TransitGatewayPrefixListReference>

Information about the prefix list references.



36092
36093
36094
36095
36096
36097
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36092

class GetTransitGatewayPrefixListReferencesResult < Struct.new(
  :transit_gateway_prefix_list_references,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end