Class: Aws::Types::ConfigurationOptions

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

Defined Under Namespace

Classes: Boolean, Double, Enum, EnumList, Integer, IntegerList, String, StringList, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#booleanTypes::BooleanConfigurationOptions

Returns the value of attribute boolean.



5006
5007
5008
# File 'sig/types.rbs', line 5006

def boolean
  @boolean
end

#doubleTypes::DoubleConfigurationOptions

Returns the value of attribute double.



5003
5004
5005
# File 'sig/types.rbs', line 5003

def double
  @double
end

#enumTypes::EnumConfigurationOptions

Returns the value of attribute enum.



5007
5008
5009
# File 'sig/types.rbs', line 5007

def enum
  @enum
end

#enum_listTypes::EnumListConfigurationOptions

Returns the value of attribute enum_list.



5008
5009
5010
# File 'sig/types.rbs', line 5008

def enum_list
  @enum_list
end

#integerTypes::IntegerConfigurationOptions

Returns the value of attribute integer.



5001
5002
5003
# File 'sig/types.rbs', line 5001

def integer
  @integer
end

#integer_listTypes::IntegerListConfigurationOptions

Returns the value of attribute integer_list.



5002
5003
5004
# File 'sig/types.rbs', line 5002

def integer_list
  @integer_list
end

#stringTypes::StringConfigurationOptions

Returns the value of attribute string.



5004
5005
5006
# File 'sig/types.rbs', line 5004

def string
  @string
end

#string_listTypes::StringListConfigurationOptions

Returns the value of attribute string_list.



5005
5006
5007
# File 'sig/types.rbs', line 5005

def string_list
  @string_list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


5009
5010
5011
# File 'sig/types.rbs', line 5009

def unknown
  @unknown
end