Class: Aws::Types::BatchDataCaptureConfig
- Inherits:
-
Object
- Object
- Aws::Types::BatchDataCaptureConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
-
#generate_inference_id ⇒ Boolean
Returns the value of attribute generate_inference_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
817 818 819 |
# File 'sig/types.rbs', line 817 def destination_s3_uri @destination_s3_uri end |
#generate_inference_id ⇒ Boolean
Returns the value of attribute generate_inference_id.
819 820 821 |
# File 'sig/types.rbs', line 819 def generate_inference_id @generate_inference_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
818 819 820 |
# File 'sig/types.rbs', line 818 def kms_key_id @kms_key_id end |