Class: Aws::Types::ChangeSetHook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_mode"FAIL", "WARN"

Returns the value of attribute failure_mode.

Returns:

  • ("FAIL", "WARN")


107
108
109
# File 'sig/types.rbs', line 107

def failure_mode
  @failure_mode
end

#invocation_point"PRE_PROVISION"

Returns the value of attribute invocation_point.

Returns:

  • ("PRE_PROVISION")


106
107
108
# File 'sig/types.rbs', line 106

def invocation_point
  @invocation_point
end

#target_detailsTypes::ChangeSetHookTargetDetails

Returns the value of attribute target_details.



111
112
113
# File 'sig/types.rbs', line 111

def target_details
  @target_details
end

#type_configuration_version_id::String

Returns the value of attribute type_configuration_version_id.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def type_configuration_version_id
  @type_configuration_version_id
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def type_name
  @type_name
end

#type_version_id::String

Returns the value of attribute type_version_id.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def type_version_id
  @type_version_id
end