Class: Aws::Types::DistributionIdList

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)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def is_truncated
  @is_truncated
end

#items::Array[::String]

Returns the value of attribute items.

Returns:

  • (::Array[::String])


1144
1145
1146
# File 'sig/types.rbs', line 1144

def items
  @items
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def quantity
  @quantity
end