Class: Aws::Types::DataCaptureConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capture_content_type_headerTypes::CaptureContentTypeHeader

Returns the value of attribute capture_content_type_header.



3081
3082
3083
# File 'sig/types.rbs', line 3081

def capture_content_type_header
  @capture_content_type_header
end

#capture_options::Array[Types::CaptureOption]

Returns the value of attribute capture_options.

Returns:



3080
3081
3082
# File 'sig/types.rbs', line 3080

def capture_options
  @capture_options
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


3078
3079
3080
# File 'sig/types.rbs', line 3078

def destination_s3_uri
  @destination_s3_uri
end

#enable_captureBoolean

Returns the value of attribute enable_capture.

Returns:

  • (Boolean)


3076
3077
3078
# File 'sig/types.rbs', line 3076

def enable_capture
  @enable_capture
end

#initial_sampling_percentage::Integer

Returns the value of attribute initial_sampling_percentage.

Returns:

  • (::Integer)


3077
3078
3079
# File 'sig/types.rbs', line 3077

def initial_sampling_percentage
  @initial_sampling_percentage
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3079
3080
3081
# File 'sig/types.rbs', line 3079

def kms_key_id
  @kms_key_id
end