Class: Aws::Types::ListDistributionsByKeyGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_group_id::String

Returns the value of attribute key_group_id.

Returns:

  • (::String)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def key_group_id
  @key_group_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2398
2399
2400
# File 'sig/types.rbs', line 2398

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2399
2400
2401
# File 'sig/types.rbs', line 2399

def max_items
  @max_items
end