Class: Aws::Types::ParameterDefinition

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)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def description
  @description
end

#immutableBoolean

Returns the value of attribute immutable.

Returns:

  • (Boolean)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def immutable
  @immutable
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def is_required
  @is_required
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def name
  @name
end

#sub_type::String

Returns the value of attribute sub_type.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def sub_type
  @sub_type
end

#type"String", ...

Returns the value of attribute type.

Returns:

  • ("String", "StringList", "Number", "NumberList", "Arn", "ArnList")


1697
1698
1699
# File 'sig/types.rbs', line 1697

def type
  @type
end