Class: Aws::Types::DebugHookConfig
- Inherits:
-
Object
- Object
- Aws::Types::DebugHookConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_configurations ⇒ ::Array[Types::CollectionConfiguration]
Returns the value of attribute collection_configurations.
-
#hook_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hook_parameters.
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
Instance Attribute Details
#collection_configurations ⇒ ::Array[Types::CollectionConfiguration]
Returns the value of attribute collection_configurations.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def collection_configurations @collection_configurations end |
#hook_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hook_parameters.
3172 3173 3174 |
# File 'sig/types.rbs', line 3172 def hook_parameters @hook_parameters end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def local_path @local_path end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def s3_output_path @s3_output_path end |