Class: Aws::Types::PredefinedAttributeValues

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

Defined Under Namespace

Classes: StringList, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#string_list::Array[::String]

Returns the value of attribute string_list.

Returns:



6470
6471
6472
# File 'sig/types.rbs', line 6470

def string_list
  @string_list
end

#unknownObject

Returns the value of attribute unknown.

Returns:



6471
6472
6473
# File 'sig/types.rbs', line 6471

def unknown
  @unknown
end