Class: Aws::Types::DistributionIdList
- Inherits:
-
Object
- Object
- Aws::Types::DistributionIdList
- 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[::String]
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.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def is_truncated @is_truncated end |
#items ⇒ ::Array[::String]
Returns the value of attribute items.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
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.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def quantity @quantity end |