Class: Aws::Types::ListDistributionsByOriginRequestPolicyIdRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def max_items
  @max_items
end

#origin_request_policy_id::String

Returns the value of attribute origin_request_policy_id.

Returns:

  • (::String)


2412
2413
2414
# File 'sig/types.rbs', line 2412

def origin_request_policy_id
  @origin_request_policy_id
end