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.
3156 3157 3158 |
# File 'sig/types.rbs', line 3156 def collection_configurations @collection_configurations end |
#hook_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hook_parameters.
3155 3156 3157 |
# File 'sig/types.rbs', line 3155 def hook_parameters @hook_parameters end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def local_path @local_path end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 def s3_output_path @s3_output_path end |