Class: Aws::Types::AutoScalingGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hook::String

Returns the value of attribute hook.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def hook
  @hook
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def name
  @name
end

#termination_hook::String

Returns the value of attribute termination_hook.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def termination_hook
  @termination_hook
end