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)


321
322
323
# File 'sig/types.rbs', line 321

def allowed_values
  @allowed_values
end

#change_type"IMMEDIATE", "REQUIRES_REBOOT"

Returns the value of attribute change_type.

Returns:

  • ("IMMEDIATE", "REQUIRES_REBOOT")


323
324
325
# File 'sig/types.rbs', line 323

def change_type
  @change_type
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def description
  @description
end

#is_modifiable"TRUE", ...

Returns the value of attribute is_modifiable.

Returns:

  • ("TRUE", "FALSE", "CONDITIONAL")


322
323
324
# File 'sig/types.rbs', line 322

def is_modifiable
  @is_modifiable
end

#node_type_specific_values::Array[Types::NodeTypeSpecificValue]

Returns the value of attribute node_type_specific_values.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def node_type_specific_values
  @node_type_specific_values
end

#parameter_name::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def parameter_name
  @parameter_name
end

#parameter_type"DEFAULT", "NODE_TYPE_SPECIFIC"

Returns the value of attribute parameter_type.

Returns:

  • ("DEFAULT", "NODE_TYPE_SPECIFIC")


315
316
317
# File 'sig/types.rbs', line 315

def parameter_type
  @parameter_type
end

#parameter_value::String

Returns the value of attribute parameter_value.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def parameter_value
  @parameter_value
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def source
  @source
end