Class: Aws::Types::StreamInfo
- Inherits:
-
Object
- Object
- Aws::Types::StreamInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_retention_in_hours ⇒ ::Integer
Returns the value of attribute data_retention_in_hours.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#media_type ⇒ ::String
Returns the value of attribute media_type.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
492 493 494 |
# File 'sig/types.rbs', line 492 def creation_time @creation_time end |
#data_retention_in_hours ⇒ ::Integer
Returns the value of attribute data_retention_in_hours.
493 494 495 |
# File 'sig/types.rbs', line 493 def data_retention_in_hours @data_retention_in_hours end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
485 486 487 |
# File 'sig/types.rbs', line 485 def device_name @device_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
489 490 491 |
# File 'sig/types.rbs', line 489 def kms_key_id @kms_key_id end |
#media_type ⇒ ::String
Returns the value of attribute media_type.
488 489 490 |
# File 'sig/types.rbs', line 488 def media_type @media_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
491 492 493 |
# File 'sig/types.rbs', line 491 def status @status end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
487 488 489 |
# File 'sig/types.rbs', line 487 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
486 487 488 |
# File 'sig/types.rbs', line 486 def stream_name @stream_name end |
#version ⇒ ::String
Returns the value of attribute version.
490 491 492 |
# File 'sig/types.rbs', line 490 def version @version end |