Class: Aws::Types::BatchDataCaptureConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def destination_s3_uri
  @destination_s3_uri
end

#generate_inference_idBoolean

Returns the value of attribute generate_inference_id.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def kms_key_id
  @kms_key_id
end