You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#is_suppressedBoolean

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

Returns:

  • (Boolean)

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

#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>)

    Additional information about the identified resource.

#regionString

The AWS region in which the identified resource is located.

Returns:

  • (String)

    The AWS region in which the identified resource is located.

#resource_idString

The unique identifier for the identified resource.

Returns:

  • (String)

    The unique identifier for the identified resource.

#statusString

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

Returns:

  • (String)

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