![]() |
![]()
| ![]() |
![]()
NAMEPaws::Support::TrustedAdvisorResourceDetail USAGEThis 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 DESCRIPTIONContains information about a resource identified by a Trusted Advisor check. ATTRIBUTESIsSuppressed => BoolSpecifies 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 => StrThe AWS Region in which the identified resource is located. REQUIRED ResourceId => StrThe unique identifier for the identified resource. REQUIRED Status => StrThe status code for the resource identified in the Trusted Advisor check. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Support BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|