Class: Aws::Types::DistributionIdOwnerList

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)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def is_truncated
  @is_truncated
end

#items::Array[Types::DistributionIdOwner]

Returns the value of attribute items.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def items
  @items
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def quantity
  @quantity
end