Class: Aws::Types::DeleteLifecycleHookType

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)


381
382
383
# File 'sig/types.rbs', line 381

def auto_scaling_group_name
  @auto_scaling_group_name
end

#lifecycle_hook_name::String

Returns the value of attribute lifecycle_hook_name.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def lifecycle_hook_name
  @lifecycle_hook_name
end