Class: Aws::Types::LifecycleHook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def auto_scaling_group_name
  @auto_scaling_group_name
end

#default_result::String

Returns the value of attribute default_result.

Returns:

  • (::String)


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

def default_result
  @default_result
end

#global_timeout::Integer

Returns the value of attribute global_timeout.

Returns:

  • (::Integer)


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

def global_timeout
  @global_timeout
end

#heartbeat_timeout::Integer

Returns the value of attribute heartbeat_timeout.

Returns:

  • (::Integer)


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

def heartbeat_timeout
  @heartbeat_timeout
end

#lifecycle_hook_name::String

Returns the value of attribute lifecycle_hook_name.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def lifecycle_hook_name
  @lifecycle_hook_name
end

#lifecycle_transition::String

Returns the value of attribute lifecycle_transition.

Returns:

  • (::String)


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

def lifecycle_transition
  @lifecycle_transition
end

#notification_metadata::String

Returns the value of attribute notification_metadata.

Returns:

  • (::String)


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

def 
  @notification_metadata
end

#notification_target_arn::String

Returns the value of attribute notification_target_arn.

Returns:

  • (::String)


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

def notification_target_arn
  @notification_target_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end