Class: Aws::EC2::Types::GetManagedPrefixListAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetManagedPrefixListAssociationsResult
- 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.
-
#prefix_list_associations ⇒ Array<Types::PrefixListAssociation>
Information about the associations.
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.
33735 33736 33737 33738 33739 33740 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33735 class GetManagedPrefixListAssociationsResult < Struct.new( :prefix_list_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#prefix_list_associations ⇒ Array<Types::PrefixListAssociation>
Information about the associations.
33735 33736 33737 33738 33739 33740 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33735 class GetManagedPrefixListAssociationsResult < Struct.new( :prefix_list_associations, :next_token) SENSITIVE = [] include Aws::Structure end |