Class: Aws::TrustedAdvisor::Types::RecommendationResourceExclusion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-trustedadvisor/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

Instance Attribute Details

#arnString

The ARN of the Recommendation Resource

Returns:

  • (String)


1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1049

class RecommendationResourceExclusion < Struct.new(
  :arn,
  :is_excluded)
  SENSITIVE = []
  include Aws::Structure
end

#is_excludedBoolean

The exclusion status

Returns:

  • (Boolean)


1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1049

class RecommendationResourceExclusion < Struct.new(
  :arn,
  :is_excluded)
  SENSITIVE = []
  include Aws::Structure
end