Class: Aws::Types::RecommendationSource
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendation_source_arn ⇒ ::String
Returns the value of attribute recommendation_source_arn.
-
#recommendation_source_type ⇒ "Ec2Instance", ...
Returns the value of attribute recommendation_source_type.
Instance Attribute Details
#recommendation_source_arn ⇒ ::String
Returns the value of attribute recommendation_source_arn.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def recommendation_source_arn @recommendation_source_arn end |
#recommendation_source_type ⇒ "Ec2Instance", ...
Returns the value of attribute recommendation_source_type.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def recommendation_source_type @recommendation_source_type end |