Class: Aws::TrustedAdvisor::Types::CheckSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb

Overview

A summary of an AWS Trusted Advisor Check

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the AWS Trusted Advisor Check

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#aws_servicesArray<String>

The AWS Services that the Check applies to

Returns:

  • (Array<String>)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of what the AWS Trusted Advisor Check is monitoring

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the AWS Trusted Advisor Check

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,String>

The column headings for the metadata returned in the resource

Returns:

  • (Hash<String,String>)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the AWS Trusted Advisor Check

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#pillarsArray<String>

The Recommendation pillars that the AWS Trusted Advisor Check falls under

Returns:

  • (Array<String>)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the Recommendation

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 145

class CheckSummary < Struct.new(
  :arn,
  :aws_services,
  :description,
  :id,
  :metadata,
  :name,
  :pillars,
  :source)
  SENSITIVE = []
  include Aws::Structure
end