The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Support::TrustedAdvisorResourceDetail

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Support::TrustedAdvisorResourceDetail object:

  $service_obj->Method(Att1 => { IsSuppressed => $value, ..., Status => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Support::TrustedAdvisorResourceDetail object:

  $result = $service_obj->Method(...);
  $result->Att1->IsSuppressed

DESCRIPTION

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

ATTRIBUTES

IsSuppressed => Bool

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

REQUIRED Metadata => ArrayRef[Str|Undef]

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.

Region => Str

The AWS Region in which the identified resource is located.

REQUIRED ResourceId => Str

The unique identifier for the identified resource.

REQUIRED Status => Str

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

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Support

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues