Class: Aws::Types::KinesisVideoStreamConfig
- Inherits:
-
Object
- Object
- Aws::Types::KinesisVideoStreamConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
Instance Attribute Details
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def encryption_config @encryption_config end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def prefix @prefix end |
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def retention_period_hours @retention_period_hours end |