Class: Aws::Types::ListDistributionsByResponseHeadersPolicyIdRequest

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)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def max_items
  @max_items
end

#response_headers_policy_id::String

Returns the value of attribute response_headers_policy_id.

Returns:

  • (::String)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def response_headers_policy_id
  @response_headers_policy_id
end