Class: Aws::Types::ParameterDetail

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)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def description
  @description
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def required
  @required
end

#type"string", ...

Returns the value of attribute type.

Returns:

  • ("string", "number", "integer", "boolean", "array")


2100
2101
2102
# File 'sig/types.rbs', line 2100

def type
  @type
end