Class: Aws::TrustedAdvisor::Types::RecommendationResourceExclusion
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::RecommendationResourceExclusion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
The request entry for Recommendation Resource exclusion. Each entry is a combination of Recommendation Resource ARN and corresponding exclusion status
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the Recommendation Resource.
-
#is_excluded ⇒ Boolean
The exclusion status.
Instance Attribute Details
#arn ⇒ String
The ARN of the Recommendation Resource
1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1049 class RecommendationResourceExclusion < Struct.new( :arn, :is_excluded) SENSITIVE = [] include Aws::Structure end |
#is_excluded ⇒ Boolean
The exclusion status
1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1049 class RecommendationResourceExclusion < Struct.new( :arn, :is_excluded) SENSITIVE = [] include Aws::Structure end |