Class: Aws::Types::KinesisVideoStreamConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KinesisVideoStreamConfiguration
- 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.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#data_retention_in_hours ⇒ ::Integer
Returns the value of attribute data_retention_in_hours.
397 398 399 |
# File 'sig/types.rbs', line 397 def data_retention_in_hours @data_retention_in_hours end |
#region ⇒ ::String
Returns the value of attribute region.
396 397 398 |
# File 'sig/types.rbs', line 396 def region @region end |