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.



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

#markerString

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

Returns:

  • (String)


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_itemsInteger

The maximum number of connection groups to return.

Returns:

  • (Integer)


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