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::RAM::ResourceShareAssociation

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::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

DESCRIPTION

Describes an association with a resource share.

ATTRIBUTES

AssociatedEntity => Str

The 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 => Str

The association type.

CreationTime => Str

The time when the association was created.

External => Bool

Indicates whether the principal belongs to the same AWS organization as the AWS account that owns the resource share.

LastUpdatedTime => Str

The time when the association was last updated.

ResourceShareArn => Str

The Amazon Resource Name (ARN) of the resource share.

ResourceShareName => Str

The name of the resource share.

Status => Str

The status of the association.

StatusMessage => Str

A message about the status of the association.

SEE ALSO

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

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