Class: Aws::Types::DescribeDeliveryStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeliveryStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
-
#exclusive_start_destination_id ⇒ ::String
Returns the value of attribute exclusive_start_destination_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
Instance Attribute Details
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def delivery_stream_name @delivery_stream_name end |
#exclusive_start_destination_id ⇒ ::String
Returns the value of attribute exclusive_start_destination_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def exclusive_start_destination_id @exclusive_start_destination_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
307 308 309 |
# File 'sig/types.rbs', line 307 def limit @limit end |