Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def attributes @attributes end |
#details ⇒ ::String
Returns the value of attribute details.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def details @details end |
#type ⇒ ::String
Returns the value of attribute type.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def type @type end |