Class: Aws::Types::OptionSetting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values::String

Returns the value of attribute allowed_values.

Returns:

  • (::String)


3396
3397
3398
# File 'sig/types.rbs', line 3396

def allowed_values
  @allowed_values
end

#apply_type::String

Returns the value of attribute apply_type.

Returns:

  • (::String)


3394
3395
3396
# File 'sig/types.rbs', line 3394

def apply_type
  @apply_type
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


3395
3396
3397
# File 'sig/types.rbs', line 3395

def data_type
  @data_type
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


3392
3393
3394
# File 'sig/types.rbs', line 3392

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def description
  @description
end

#is_collectionBoolean

Returns the value of attribute is_collection.

Returns:

  • (Boolean)


3398
3399
3400
# File 'sig/types.rbs', line 3398

def is_collection
  @is_collection
end

#is_modifiableBoolean

Returns the value of attribute is_modifiable.

Returns:

  • (Boolean)


3397
3398
3399
# File 'sig/types.rbs', line 3397

def is_modifiable
  @is_modifiable
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3390
3391
3392
# File 'sig/types.rbs', line 3390

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


3391
3392
3393
# File 'sig/types.rbs', line 3391

def value
  @value
end