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.
3087 3088 3089 |
# File 'sig/types.rbs', line 3087 def capture_status @capture_status end |
#current_sampling_percentage ⇒ ::Integer
Returns the value of attribute current_sampling_percentage.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def current_sampling_percentage @current_sampling_percentage end |
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
3089 3090 3091 |
# File 'sig/types.rbs', line 3089 def destination_s3_uri @destination_s3_uri end |
#enable_capture ⇒ Boolean
Returns the value of attribute enable_capture.
3086 3087 3088 |
# File 'sig/types.rbs', line 3086 def enable_capture @enable_capture end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def kms_key_id @kms_key_id end |