Class: Aws::Types::ListHookResultsOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#hook_results::Array[Types::HookResultSummary]

Returns the value of attribute hook_results.



977
978
979
# File 'sig/types.rbs', line 977

def hook_results
  @hook_results
end

#next_token::String

Returns the value of attribute next_token.



978
979
980
# File 'sig/types.rbs', line 978

def next_token
  @next_token
end

#target_id::String

Returns the value of attribute target_id.



976
977
978
# File 'sig/types.rbs', line 976

def target_id
  @target_id
end

#target_type"CHANGE_SET", ...

Returns the value of attribute target_type.



975
976
977
# File 'sig/types.rbs', line 975

def target_type
  @target_type
end