Class: Aws::Types::CompleteLifecycleActionType

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)


279
280
281
# File 'sig/types.rbs', line 279

def auto_scaling_group_name
  @auto_scaling_group_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def instance_id
  @instance_id
end

#lifecycle_action_result::String

Returns the value of attribute lifecycle_action_result.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def lifecycle_action_result
  @lifecycle_action_result
end

#lifecycle_action_token::String

Returns the value of attribute lifecycle_action_token.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def lifecycle_action_token
  @lifecycle_action_token
end

#lifecycle_hook_name::String

Returns the value of attribute lifecycle_hook_name.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def lifecycle_hook_name
  @lifecycle_hook_name
end