Class: Aws::Types::FrameCaptureGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::FrameCaptureGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#frame_capture_cdn_settings ⇒ Types::FrameCaptureCdnSettings
Returns the value of attribute frame_capture_cdn_settings.
Instance Attribute Details
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def destination @destination end |
#frame_capture_cdn_settings ⇒ Types::FrameCaptureCdnSettings
Returns the value of attribute frame_capture_cdn_settings.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def frame_capture_cdn_settings @frame_capture_cdn_settings end |