![]() |
![]()
| ![]() |
![]()
NAMEPaws::RAM::ResourceShareAssociation 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::RAM::ResourceShareAssociation object: $service_obj->Method(Att1 => { AssociatedEntity => $value, ..., StatusMessage => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RAM::ResourceShareAssociation object: $result = $service_obj->Method(...); $result->Att1->AssociatedEntity DESCRIPTIONDescribes an association with a resource share. ATTRIBUTESAssociatedEntity => StrThe associated entity. For resource associations, this is the ARN of the resource. For principal associations, this is the ID of an AWS account or the ARN of an OU or organization from AWS Organizations. AssociationType => StrThe association type. CreationTime => StrThe time when the association was created. External => BoolIndicates whether the principal belongs to the same AWS organization as the AWS account that owns the resource share. LastUpdatedTime => StrThe time when the association was last updated. ResourceShareArn => StrThe Amazon Resource Name (ARN) of the resource share. ResourceShareName => StrThe name of the resource share. Status => StrThe status of the association. StatusMessage => StrA message about the status of the association. SEE ALSOThis class forms part of Paws, describing an object used in Paws::RAM 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>
|