Class: Aws::Types::DataCaptureConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataCaptureConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_content_type_header ⇒ Types::CaptureContentTypeHeader
Returns the value of attribute capture_content_type_header.
-
#capture_options ⇒ ::Array[Types::CaptureOption]
Returns the value of attribute capture_options.
-
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
-
#enable_capture ⇒ Boolean
Returns the value of attribute enable_capture.
-
#initial_sampling_percentage ⇒ ::Integer
Returns the value of attribute initial_sampling_percentage.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#capture_content_type_header ⇒ Types::CaptureContentTypeHeader
Returns the value of attribute capture_content_type_header.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def capture_content_type_header @capture_content_type_header end |
#capture_options ⇒ ::Array[Types::CaptureOption]
Returns the value of attribute capture_options.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def @capture_options end |
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def destination_s3_uri @destination_s3_uri end |
#enable_capture ⇒ Boolean
Returns the value of attribute enable_capture.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def enable_capture @enable_capture end |
#initial_sampling_percentage ⇒ ::Integer
Returns the value of attribute initial_sampling_percentage.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def initial_sampling_percentage @initial_sampling_percentage end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def kms_key_id @kms_key_id end |