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:



3158
3159
3160
# File 'sig/types.rbs', line 3158

def collection_configurations
  @collection_configurations
end

#hook_parameters::Hash[::String, ::String]

Returns the value of attribute hook_parameters.

Returns:

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


3157
3158
3159
# File 'sig/types.rbs', line 3157

def hook_parameters
  @hook_parameters
end

#local_path::String

Returns the value of attribute local_path.

Returns:

  • (::String)


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

def local_path
  @local_path
end

#s3_output_path::String

Returns the value of attribute s3_output_path.

Returns:

  • (::String)


3156
3157
3158
# File 'sig/types.rbs', line 3156

def s3_output_path
  @s3_output_path
end