Class: Aws::Types::DataCaptureConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#capture_content_type_headerTypes::CaptureContentTypeHeader

Returns the value of attribute capture_content_type_header.



3098
3099
3100
# File 'sig/types.rbs', line 3098

def capture_content_type_header
  @capture_content_type_header
end

#capture_options::Array[Types::CaptureOption]

Returns the value of attribute capture_options.



3097
3098
3099
# File 'sig/types.rbs', line 3097

def capture_options
  @capture_options
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.



3095
3096
3097
# File 'sig/types.rbs', line 3095

def destination_s3_uri
  @destination_s3_uri
end

#enable_captureBoolean

Returns the value of attribute enable_capture.



3093
3094
3095
# File 'sig/types.rbs', line 3093

def enable_capture
  @enable_capture
end

#initial_sampling_percentage::Integer

Returns the value of attribute initial_sampling_percentage.



3094
3095
3096
# File 'sig/types.rbs', line 3094

def initial_sampling_percentage
  @initial_sampling_percentage
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



3096
3097
3098
# File 'sig/types.rbs', line 3096

def kms_key_id
  @kms_key_id
end