Class: Aws::Types::ControlParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#requirement"REQUIRED", "OPTIONAL"

Returns the value of attribute requirement.

Returns:

  • ("REQUIRED", "OPTIONAL")


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

def requirement
  @requirement
end