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
1074 1075 1076 1077 1078 1079 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1074 class RecommendationResourceExclusion < Struct.new( :arn, :is_excluded) SENSITIVE = [] include Aws::Structure end |
#is_excluded ⇒ Boolean
The exclusion status
1074 1075 1076 1077 1078 1079 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1074 class RecommendationResourceExclusion < Struct.new( :arn, :is_excluded) SENSITIVE = [] include Aws::Structure end |