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)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def allowed_values
  @allowed_values
end

#apply_method"immediate", "pending-reboot"

Returns the value of attribute apply_method.

Returns:

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


1433
1434
1435
# File 'sig/types.rbs', line 1433

def apply_method
  @apply_method
end

#apply_type::String

Returns the value of attribute apply_type.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def apply_type
  @apply_type
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def description
  @description
end

#is_modifiableBoolean

Returns the value of attribute is_modifiable.

Returns:

  • (Boolean)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def is_modifiable
  @is_modifiable
end

#minimum_engine_version::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def minimum_engine_version
  @minimum_engine_version
end

#parameter_name::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def parameter_name
  @parameter_name
end

#parameter_value::String

Returns the value of attribute parameter_value.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def parameter_value
  @parameter_value
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def source
  @source
end