Class: Aws::Types::ListDeliveryStreamsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeliveryStreamsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_stream_names ⇒ ::Array[::String]
Returns the value of attribute delivery_stream_names.
-
#has_more_delivery_streams ⇒ Boolean
Returns the value of attribute has_more_delivery_streams.
Instance Attribute Details
#delivery_stream_names ⇒ ::Array[::String]
Returns the value of attribute delivery_stream_names.
684 685 686 |
# File 'sig/types.rbs', line 684 def delivery_stream_names @delivery_stream_names end |
#has_more_delivery_streams ⇒ Boolean
Returns the value of attribute has_more_delivery_streams.
685 686 687 |
# File 'sig/types.rbs', line 685 def has_more_delivery_streams @has_more_delivery_streams end |