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)


2260
2261
2262
# File 'sig/types.rbs', line 2260

def allowed_values
  @allowed_values
end

#apply_type"static", "dynamic"

Returns the value of attribute apply_type.

Returns:

  • ("static", "dynamic")


2261
2262
2263
# File 'sig/types.rbs', line 2261

def apply_type
  @apply_type
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


2259
2260
2261
# File 'sig/types.rbs', line 2259

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2257
2258
2259
# File 'sig/types.rbs', line 2257

def description
  @description
end

#is_modifiableBoolean

Returns the value of attribute is_modifiable.

Returns:

  • (Boolean)


2262
2263
2264
# File 'sig/types.rbs', line 2262

def is_modifiable
  @is_modifiable
end

#minimum_engine_version::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


2263
2264
2265
# File 'sig/types.rbs', line 2263

def minimum_engine_version
  @minimum_engine_version
end

#parameter_name::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def parameter_name
  @parameter_name
end

#parameter_value::String

Returns the value of attribute parameter_value.

Returns:

  • (::String)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def parameter_value
  @parameter_value
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2258
2259
2260
# File 'sig/types.rbs', line 2258

def source
  @source
end