Class: Aws::Types::ProfilerConfigForUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ProfilerConfigForUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disable_profiler ⇒ Boolean
Returns the value of attribute disable_profiler.
-
#profiling_interval_in_milliseconds ⇒ ::Integer
Returns the value of attribute profiling_interval_in_milliseconds.
-
#profiling_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute profiling_parameters.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
Instance Attribute Details
#disable_profiler ⇒ Boolean
Returns the value of attribute disable_profiler.
10177 10178 10179 |
# File 'sig/types.rbs', line 10177 def disable_profiler @disable_profiler end |
#profiling_interval_in_milliseconds ⇒ ::Integer
Returns the value of attribute profiling_interval_in_milliseconds.
10175 10176 10177 |
# File 'sig/types.rbs', line 10175 def profiling_interval_in_milliseconds @profiling_interval_in_milliseconds end |
#profiling_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute profiling_parameters.
10176 10177 10178 |
# File 'sig/types.rbs', line 10176 def profiling_parameters @profiling_parameters end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
10174 10175 10176 |
# File 'sig/types.rbs', line 10174 def s3_output_path @s3_output_path end |