Class: Aws::Types::DebugHookConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_configurations::Array[Types::CollectionConfiguration]

Returns the value of attribute collection_configurations.

Returns:



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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3154
3155
3156
# File 'sig/types.rbs', line 3154

def s3_output_path
  @s3_output_path
end