Class: Aws::Types::MediaStorageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MediaStorageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
397 398 399 |
# File 'sig/types.rbs', line 397 def status @status end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
396 397 398 |
# File 'sig/types.rbs', line 396 def stream_arn @stream_arn end |