Class: Aws::Types::DistributionList
- Inherits:
-
Object
- Object
- Aws::Types::DistributionList
- 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::DistributionSummary]
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.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def is_truncated @is_truncated end |
#items ⇒ ::Array[Types::DistributionSummary]
Returns the value of attribute items.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def quantity @quantity end |