Class: Aws::Types::ListDistributionsByCachePolicyIdRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_policy_id::String

Returns the value of attribute cache_policy_id.

Returns:

  • (::String)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def cache_policy_id
  @cache_policy_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def max_items
  @max_items
end