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.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def destination @destination end |
#frame_capture_cdn_settings ⇒ Types::FrameCaptureCdnSettings
Returns the value of attribute frame_capture_cdn_settings.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def frame_capture_cdn_settings @frame_capture_cdn_settings end |