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")


3087
3088
3089
# File 'sig/types.rbs', line 3087

def capture_status
  @capture_status
end

#current_sampling_percentage::Integer

Returns the value of attribute current_sampling_percentage.

Returns:

  • (::Integer)


3088
3089
3090
# File 'sig/types.rbs', line 3088

def current_sampling_percentage
  @current_sampling_percentage
end

#destination_s3_uri::String

Returns the value of attribute destination_s3_uri.

Returns:

  • (::String)


3089
3090
3091
# File 'sig/types.rbs', line 3089

def destination_s3_uri
  @destination_s3_uri
end

#enable_captureBoolean

Returns the value of attribute enable_capture.

Returns:

  • (Boolean)


3086
3087
3088
# File 'sig/types.rbs', line 3086

def enable_capture
  @enable_capture
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3090
3091
3092
# File 'sig/types.rbs', line 3090

def kms_key_id
  @kms_key_id
end