Class: Aws::Types::DataCaptureConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataCaptureConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_status ⇒ "Started", "Stopped"
Returns the value of attribute capture_status.
-
#current_sampling_percentage ⇒ ::Integer
Returns the value of attribute current_sampling_percentage.
-
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
-
#enable_capture ⇒ Boolean
Returns the value of attribute enable_capture.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#capture_status ⇒ "Started", "Stopped"
Returns the value of attribute capture_status.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def capture_status @capture_status end |
#current_sampling_percentage ⇒ ::Integer
Returns the value of attribute current_sampling_percentage.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def current_sampling_percentage @current_sampling_percentage end |
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def destination_s3_uri @destination_s3_uri end |
#enable_capture ⇒ Boolean
Returns the value of attribute enable_capture.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def enable_capture @enable_capture end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def kms_key_id @kms_key_id end |