Class: Aws::Types::StreamingDistributionList

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)


3437
3438
3439
# File 'sig/types.rbs', line 3437

def is_truncated
  @is_truncated
end

#items::Array[Types::StreamingDistributionSummary]

Returns the value of attribute items.



3439
3440
3441
# File 'sig/types.rbs', line 3439

def items
  @items
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


3434
3435
3436
# File 'sig/types.rbs', line 3434

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


3436
3437
3438
# File 'sig/types.rbs', line 3436

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


3435
3436
3437
# File 'sig/types.rbs', line 3435

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


3438
3439
3440
# File 'sig/types.rbs', line 3438

def quantity
  @quantity
end