Class: Aws::Types::StreamingDistributionList
- Inherits:
-
Object
- Object
- Aws::Types::StreamingDistributionList
- 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::StreamingDistributionSummary]
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.
3437 3438 3439 |
# File 'sig/types.rbs', line 3437 def is_truncated @is_truncated end |
#items ⇒ ::Array[Types::StreamingDistributionSummary]
Returns the value of attribute items.
3439 3440 3441 |
# File 'sig/types.rbs', line 3439 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
3434 3435 3436 |
# File 'sig/types.rbs', line 3434 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
3436 3437 3438 |
# File 'sig/types.rbs', line 3436 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3435 3436 3437 |
# File 'sig/types.rbs', line 3435 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3438 3439 3440 |
# File 'sig/types.rbs', line 3438 def quantity @quantity end |