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)


3469
3470
3471
# File 'sig/types.rbs', line 3469

def allowed_values
  @allowed_values
end

#apply_method"immediate", "pending-reboot"

Returns the value of attribute apply_method.

Returns:

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


3472
3473
3474
# File 'sig/types.rbs', line 3472

def apply_method
  @apply_method
end

#apply_type::String

Returns the value of attribute apply_type.

Returns:

  • (::String)


3467
3468
3469
# File 'sig/types.rbs', line 3467

def apply_type
  @apply_type
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


3468
3469
3470
# File 'sig/types.rbs', line 3468

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3465
3466
3467
# File 'sig/types.rbs', line 3465

def description
  @description
end

#is_modifiableBoolean

Returns the value of attribute is_modifiable.

Returns:

  • (Boolean)


3470
3471
3472
# File 'sig/types.rbs', line 3470

def is_modifiable
  @is_modifiable
end

#minimum_engine_version::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


3471
3472
3473
# File 'sig/types.rbs', line 3471

def minimum_engine_version
  @minimum_engine_version
end

#parameter_name::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


3463
3464
3465
# File 'sig/types.rbs', line 3463

def parameter_name
  @parameter_name
end

#parameter_value::String

Returns the value of attribute parameter_value.

Returns:

  • (::String)


3464
3465
3466
# File 'sig/types.rbs', line 3464

def parameter_value
  @parameter_value
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


3466
3467
3468
# File 'sig/types.rbs', line 3466

def source
  @source
end

#supported_engine_modes::Array[::String]

Returns the value of attribute supported_engine_modes.

Returns:

  • (::Array[::String])


3473
3474
3475
# File 'sig/types.rbs', line 3473

def supported_engine_modes
  @supported_engine_modes
end