Class: Aws::Types::CreateStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#stream_storage_configuration ⇒ Types::StreamStorageConfiguration
Returns the value of attribute stream_storage_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#data_retention_in_hours ⇒ ::Integer
Returns the value of attribute data_retention_in_hours.
66 67 68 |
# File 'sig/types.rbs', line 66 def data_retention_in_hours @data_retention_in_hours end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
62 63 64 |
# File 'sig/types.rbs', line 62 def device_name @device_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def kms_key_id @kms_key_id end |
#media_type ⇒ ::String
Returns the value of attribute media_type.
64 65 66 |
# File 'sig/types.rbs', line 64 def media_type @media_type end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
63 64 65 |
# File 'sig/types.rbs', line 63 def stream_name @stream_name end |
#stream_storage_configuration ⇒ Types::StreamStorageConfiguration
Returns the value of attribute stream_storage_configuration.
68 69 70 |
# File 'sig/types.rbs', line 68 def stream_storage_configuration @stream_storage_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
67 68 69 |
# File 'sig/types.rbs', line 67 def end |