Class: Aws::Types::DeploymentSpecificationsField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values::Array[::String]

Returns the value of attribute allowed_values.

Returns:

  • (::Array[::String])


124
125
126
# File 'sig/types.rbs', line 124

def allowed_values
  @allowed_values
end

#conditionals::Array[Types::DeploymentConditionalField]

Returns the value of attribute conditionals.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def conditionals
  @conditionals
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def name
  @name
end

#required::String

Returns the value of attribute required.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def required
  @required
end