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.
832 833 834 |
# File 'sig/types.rbs', line 832 def destination_s3_uri @destination_s3_uri end |
#generate_inference_id ⇒ Boolean
Returns the value of attribute generate_inference_id.
834 835 836 |
# File 'sig/types.rbs', line 834 def generate_inference_id @generate_inference_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
833 834 835 |
# File 'sig/types.rbs', line 833 def kms_key_id @kms_key_id end |