Class: Aws::Types::Setting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#option_name::String

Returns the value of attribute option_name.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def option_name
  @option_name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def value
  @value
end