Class: Aws::Types::DistributionIdOwnerList
- Inherits:
-
Object
- Object
- Aws::Types::DistributionIdOwnerList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#items ⇒ ::Array[Types::DistributionIdOwner]
Returns the value of attribute items.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
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.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def quantity @quantity end |