Class: Aws::Types::ListDeliveryStreamsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeliveryStreamsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_stream_type ⇒ "DirectPut", ...
Returns the value of attribute delivery_stream_type.
-
#exclusive_start_delivery_stream_name ⇒ ::String
Returns the value of attribute exclusive_start_delivery_stream_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
Instance Attribute Details
#delivery_stream_type ⇒ "DirectPut", ...
Returns the value of attribute delivery_stream_type.
678 679 680 |
# File 'sig/types.rbs', line 678 def delivery_stream_type @delivery_stream_type end |
#exclusive_start_delivery_stream_name ⇒ ::String
Returns the value of attribute exclusive_start_delivery_stream_name.
679 680 681 |
# File 'sig/types.rbs', line 679 def exclusive_start_delivery_stream_name @exclusive_start_delivery_stream_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
677 678 679 |
# File 'sig/types.rbs', line 677 def limit @limit end |