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

#allowed_values ⇒ ::String

Returns the value of attribute allowed_values.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def allowed_values
  @allowed_values
end

#data_type ⇒ ::String

Returns the value of attribute data_type.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def data_type
  @data_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def description
  @description
end

#minimum_engine_version ⇒ ::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def minimum_engine_version
  @minimum_engine_version
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def name
  @name
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def value
  @value
end