Class: Aws::CloudFront::Types::ListConnectionGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_filterTypes::ConnectionGroupAssociationFilter

Filter by associated Anycast IP list ID.



9521
9522
9523
9524
9525
9526
9527
# File 'lib/aws-sdk-cloudfront/types.rb', line 9521

class ListConnectionGroupsRequest < Struct.new(
  :association_filter,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of connection groups to retrieve.

Returns:

  • (String)


9521
9522
9523
9524
9525
9526
9527
# File 'lib/aws-sdk-cloudfront/types.rb', line 9521

class ListConnectionGroupsRequest < Struct.new(
  :association_filter,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of connection groups to return.

Returns:

  • (Integer)


9521
9522
9523
9524
9525
9526
9527
# File 'lib/aws-sdk-cloudfront/types.rb', line 9521

class ListConnectionGroupsRequest < Struct.new(
  :association_filter,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end