Class: Aws::Types::DocumentParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def name
  @name
end

#type"String", "StringList"

Returns the value of attribute type.

Returns:

  • ("String", "StringList")


1580
1581
1582
# File 'sig/types.rbs', line 1580

def type
  @type
end