Class: Aws::Support::Types::TrustedAdvisorResourceDetail

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

Overview

Contains information about a resource identified by a Trusted Advisor check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_suppressedBoolean

Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

Returns:

  • (Boolean)


1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1685

class TrustedAdvisorResourceDetail < Struct.new(
  :status,
  :region,
  :resource_id,
  :is_suppressed,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataArray<String>

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

Returns:

  • (Array<String>)


1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1685

class TrustedAdvisorResourceDetail < Struct.new(
  :status,
  :region,
  :resource_id,
  :is_suppressed,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region in which the identified resource is located.

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1685

class TrustedAdvisorResourceDetail < Struct.new(
  :status,
  :region,
  :resource_id,
  :is_suppressed,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique identifier for the identified resource.

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1685

class TrustedAdvisorResourceDetail < Struct.new(
  :status,
  :region,
  :resource_id,
  :is_suppressed,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status code for the resource identified in the Trusted Advisor check.

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1685

class TrustedAdvisorResourceDetail < Struct.new(
  :status,
  :region,
  :resource_id,
  :is_suppressed,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end