Class: Aws::Types::RecommendationResourceExclusion
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationResourceExclusion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#is_excluded ⇒ Boolean
Returns the value of attribute is_excluded.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def arn @arn end |
#is_excluded ⇒ Boolean
Returns the value of attribute is_excluded.
315 316 317 |
# File 'sig/types.rbs', line 315 def is_excluded @is_excluded end |