Class: Aws::CloudFront::Types::ListConnectionGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListConnectionGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_filter ⇒ Types::ConnectionGroupAssociationFilter
Filter by associated Anycast IP list ID.
-
#marker ⇒ String
The marker for the next set of connection groups to retrieve.
-
#max_items ⇒ Integer
The maximum number of connection groups to return.
Instance Attribute Details
#association_filter ⇒ Types::ConnectionGroupAssociationFilter
Filter by associated Anycast IP list ID.
9455 9456 9457 9458 9459 9460 9461 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9455 class ListConnectionGroupsRequest < Struct.new( :association_filter, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of connection groups to retrieve.
9455 9456 9457 9458 9459 9460 9461 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9455 class ListConnectionGroupsRequest < Struct.new( :association_filter, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of connection groups to return.
9455 9456 9457 9458 9459 9460 9461 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9455 class ListConnectionGroupsRequest < Struct.new( :association_filter, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |