Class: Aws::Types::EdgeDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#definitions::Array[Types::Definition]

Returns the value of attribute definitions.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def definitions
  @definitions
end

#deployment_name::String

Returns the value of attribute deployment_name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def deployment_name
  @deployment_name
end

#failure_handling_policy"ROLLBACK_ON_FAILURE", "DO_NOTHING"

Returns the value of attribute failure_handling_policy.

Returns:

  • ("ROLLBACK_ON_FAILURE", "DO_NOTHING")


50
51
52
# File 'sig/types.rbs', line 50

def failure_handling_policy
  @failure_handling_policy
end

#type"Model"

Returns the value of attribute type.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def type
  @type
end