Class: Aws::Types::OriginAccessControlList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def is_truncated
  @is_truncated
end

#items::Array[Types::OriginAccessControlSummary]

Returns the value of attribute items.

Returns:



2871
2872
2873
# File 'sig/types.rbs', line 2871

def items
  @items
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2868
2869
2870
# File 'sig/types.rbs', line 2868

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


2867
2868
2869
# File 'sig/types.rbs', line 2867

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


2870
2871
2872
# File 'sig/types.rbs', line 2870

def quantity
  @quantity
end