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)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def allowed_values
  @allowed_values
end

#change_type"immediate", "requires-reboot"

Returns the value of attribute change_type.

Returns:

  • ("immediate", "requires-reboot")


1406
1407
1408
# File 'sig/types.rbs', line 1406

def change_type
  @change_type
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def description
  @description
end

#is_modifiableBoolean

Returns the value of attribute is_modifiable.

Returns:

  • (Boolean)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def is_modifiable
  @is_modifiable
end

#minimum_engine_version::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def minimum_engine_version
  @minimum_engine_version
end

#parameter_name::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def parameter_name
  @parameter_name
end

#parameter_value::String

Returns the value of attribute parameter_value.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def parameter_value
  @parameter_value
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def source
  @source
end