![]() |
![]()
| ![]() |
![]()
NAMEPaws::RAM::ResourceShare 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::ResourceShare object: $service_obj->Method(Att1 => { AllowExternalPrincipals => $value, ..., Tags => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RAM::ResourceShare object: $result = $service_obj->Method(...); $result->Att1->AllowExternalPrincipals DESCRIPTIONDescribes a resource share. ATTRIBUTESAllowExternalPrincipals => BoolIndicates whether principals outside your AWS organization can be associated with a resource share. CreationTime => StrThe time when the resource share was created. FeatureSet => StrIndicates how the resource share was created. Possible values include:
LastUpdatedTime => StrThe time when the resource share was last updated. Name => StrThe name of the resource share. OwningAccountId => StrThe ID of the AWS account that owns the resource share. ResourceShareArn => StrThe Amazon Resource Name (ARN) of the resource share. Status => StrThe status of the resource share. StatusMessage => StrA message about the status of the resource share. Tags => ArrayRef[Paws::RAM::Tag]The tags for the resource share. 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>
|