Class: Aws::Types::LifecycleHookSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_result::String

Returns the value of attribute default_result.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def default_result
  @default_result
end

#heartbeat_timeout::Integer

Returns the value of attribute heartbeat_timeout.

Returns:

  • (::Integer)


985
986
987
# File 'sig/types.rbs', line 985

def heartbeat_timeout
  @heartbeat_timeout
end

#lifecycle_hook_name::String

Returns the value of attribute lifecycle_hook_name.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def lifecycle_hook_name
  @lifecycle_hook_name
end

#lifecycle_transition::String

Returns the value of attribute lifecycle_transition.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def lifecycle_transition
  @lifecycle_transition
end

#notification_metadata::String

Returns the value of attribute notification_metadata.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def 
  @notification_metadata
end

#notification_target_arn::String

Returns the value of attribute notification_target_arn.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def notification_target_arn
  @notification_target_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def role_arn
  @role_arn
end