Class: Aws::Types::ListHookResultsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



970
971
972
# File 'sig/types.rbs', line 970

def next_token
  @next_token
end

#status"HOOK_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:



969
970
971
# File 'sig/types.rbs', line 969

def status
  @status
end

#target_id::String

Returns the value of attribute target_id.

Returns:



967
968
969
# File 'sig/types.rbs', line 967

def target_id
  @target_id
end

#target_type"CHANGE_SET", ...

Returns the value of attribute target_type.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

def target_type
  @target_type
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:



968
969
970
# File 'sig/types.rbs', line 968

def type_arn
  @type_arn
end