Class: Aws::Types::DeliveryStreamDescription
- Inherits:
-
Object
- Object
- Aws::Types::DeliveryStreamDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
-
#delivery_stream_arn ⇒ ::String
Returns the value of attribute delivery_stream_arn.
-
#delivery_stream_encryption_configuration ⇒ Types::DeliveryStreamEncryptionConfiguration
Returns the value of attribute delivery_stream_encryption_configuration.
-
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
-
#delivery_stream_status ⇒ "CREATING", ...
Returns the value of attribute delivery_stream_status.
-
#delivery_stream_type ⇒ "DirectPut", ...
Returns the value of attribute delivery_stream_type.
-
#destinations ⇒ ::Array[Types::DestinationDescription]
Returns the value of attribute destinations.
-
#failure_description ⇒ Types::FailureDescription
Returns the value of attribute failure_description.
-
#has_more_destinations ⇒ Boolean
Returns the value of attribute has_more_destinations.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#source ⇒ Types::SourceDescription
Returns the value of attribute source.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
283 284 285 |
# File 'sig/types.rbs', line 283 def end |
#delivery_stream_arn ⇒ ::String
Returns the value of attribute delivery_stream_arn.
277 278 279 |
# File 'sig/types.rbs', line 277 def delivery_stream_arn @delivery_stream_arn end |
#delivery_stream_encryption_configuration ⇒ Types::DeliveryStreamEncryptionConfiguration
Returns the value of attribute delivery_stream_encryption_configuration.
280 281 282 |
# File 'sig/types.rbs', line 280 def delivery_stream_encryption_configuration @delivery_stream_encryption_configuration end |
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
276 277 278 |
# File 'sig/types.rbs', line 276 def delivery_stream_name @delivery_stream_name end |
#delivery_stream_status ⇒ "CREATING", ...
Returns the value of attribute delivery_stream_status.
278 279 280 |
# File 'sig/types.rbs', line 278 def delivery_stream_status @delivery_stream_status end |
#delivery_stream_type ⇒ "DirectPut", ...
Returns the value of attribute delivery_stream_type.
281 282 283 |
# File 'sig/types.rbs', line 281 def delivery_stream_type @delivery_stream_type end |
#destinations ⇒ ::Array[Types::DestinationDescription]
Returns the value of attribute destinations.
286 287 288 |
# File 'sig/types.rbs', line 286 def destinations @destinations end |
#failure_description ⇒ Types::FailureDescription
Returns the value of attribute failure_description.
279 280 281 |
# File 'sig/types.rbs', line 279 def failure_description @failure_description end |
#has_more_destinations ⇒ Boolean
Returns the value of attribute has_more_destinations.
287 288 289 |
# File 'sig/types.rbs', line 287 def has_more_destinations @has_more_destinations end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
284 285 286 |
# File 'sig/types.rbs', line 284 def end |
#source ⇒ Types::SourceDescription
Returns the value of attribute source.
285 286 287 |
# File 'sig/types.rbs', line 285 def source @source end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def version_id @version_id end |