Class: Aws::Types::ResponseHeadersPolicyList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::ResponseHeadersPolicySummary]

Returns the value of attribute items.



3294
3295
3296
# File 'sig/types.rbs', line 3294

def items
  @items
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


3292
3293
3294
# File 'sig/types.rbs', line 3292

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


3291
3292
3293
# File 'sig/types.rbs', line 3291

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


3293
3294
3295
# File 'sig/types.rbs', line 3293

def quantity
  @quantity
end