Class: Aws::Types::DataCaptureConfigSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capture_status"Started", "Stopped"

Returns the value of attribute capture_status.

Returns:

  • ("Started", "Stopped")


3104
3105
3106
# File 'sig/types.rbs', line 3104

def capture_status
  @capture_status
end

#current_sampling_percentage::Integer

Returns the value of attribute current_sampling_percentage.

Returns:

  • (::Integer)


3105
3106
3107
# File 'sig/types.rbs', line 3105

def current_sampling_percentage
  @current_sampling_percentage
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


3106
3107
3108
# File 'sig/types.rbs', line 3106

def destination_s3_uri
  @destination_s3_uri
end

#enable_captureBoolean

Returns the value of attribute enable_capture.

Returns:

  • (Boolean)


3103
3104
3105
# File 'sig/types.rbs', line 3103

def enable_capture
  @enable_capture
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3107
3108
3109
# File 'sig/types.rbs', line 3107

def kms_key_id
  @kms_key_id
end