Class: Aws::Types::Parameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def description
  @description
end

#dynamic ⇒ Boolean

Returns the value of attribute dynamic.

Returns:

  • (Boolean)


763
764
765
# File 'sig/types.rbs', line 763

def dynamic
  @dynamic
end

#required ⇒ Boolean

Returns the value of attribute required.

Returns:

  • (Boolean)


762
763
764
# File 'sig/types.rbs', line 762

def required
  @required
end