Class: Aws::Types::ConfigurationOptionSetting

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#namespace::String

Returns the value of attribute namespace.



188
189
190
# File 'sig/types.rbs', line 188

def namespace
  @namespace
end

#option_name::String

Returns the value of attribute option_name.



189
190
191
# File 'sig/types.rbs', line 189

def option_name
  @option_name
end

#resource_name::String

Returns the value of attribute resource_name.



187
188
189
# File 'sig/types.rbs', line 187

def resource_name
  @resource_name
end

#value::String

Returns the value of attribute value.



190
191
192
# File 'sig/types.rbs', line 190

def value
  @value
end