Class: Aws::Types::Recommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

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


1267
1268
1269
# File 'sig/types.rbs', line 1267

def attributes
  @attributes
end

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def details
  @details
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def type
  @type
end