Class: Aws::Types::AutoDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#depends_on::Array[::String]

Returns the value of attribute depends_on.

Returns:

  • (::Array[::String])


64
65
66
# File 'sig/types.rbs', line 64

def depends_on
  @depends_on
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


62
63
64
# File 'sig/types.rbs', line 62

def enabled
  @enabled
end

#retain_stacks_on_account_removalBoolean

Returns the value of attribute retain_stacks_on_account_removal.

Returns:

  • (Boolean)


63
64
65
# File 'sig/types.rbs', line 63

def 
  @retain_stacks_on_account_removal
end