Class: Aws::Types::ProfilerConfigForUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disable_profilerBoolean

Returns the value of attribute disable_profiler.

Returns:

  • (Boolean)


10170
10171
10172
# File 'sig/types.rbs', line 10170

def disable_profiler
  @disable_profiler
end

#profiling_interval_in_milliseconds::Integer

Returns the value of attribute profiling_interval_in_milliseconds.

Returns:

  • (::Integer)


10168
10169
10170
# File 'sig/types.rbs', line 10168

def profiling_interval_in_milliseconds
  @profiling_interval_in_milliseconds
end

#profiling_parameters::Hash[::String, ::String]

Returns the value of attribute profiling_parameters.

Returns:

  • (::Hash[::String, ::String])


10169
10170
10171
# File 'sig/types.rbs', line 10169

def profiling_parameters
  @profiling_parameters
end

#s3_output_path::String

Returns the value of attribute s3_output_path.

Returns:

  • (::String)


10167
10168
10169
# File 'sig/types.rbs', line 10167

def s3_output_path
  @s3_output_path
end