Class: Aws::Types::CloudFrontOriginAccessIdentityList

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)


295
296
297
# File 'sig/types.rbs', line 295

def is_truncated
  @is_truncated
end

#items::Array[Types::CloudFrontOriginAccessIdentitySummary]

Returns the value of attribute items.



297
298
299
# File 'sig/types.rbs', line 297

def items
  @items
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


294
295
296
# File 'sig/types.rbs', line 294

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


296
297
298
# File 'sig/types.rbs', line 296

def quantity
  @quantity
end