Class: Aws::Types::Classification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def name
  @name
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

  • (::Hash[::String, ::String])


138
139
140
# File 'sig/types.rbs', line 138

def properties
  @properties
end