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

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::ServiceCatalog::ProvisionedProductPlanDetails object:

  $service_obj->Method(Att1 => { CreatedTime => $value, ..., UpdatedTime => $value  });

Results returned from an API call

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

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

DESCRIPTION

Information about a plan.

ATTRIBUTES

CreatedTime => Str

The UTC time stamp of the creation time.

NotificationArns => ArrayRef[Str|Undef]

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

PathId => Str

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.

PlanId => Str

The plan identifier.

PlanName => Str

The name of the plan.

PlanType => Str

The plan type.

ProductId => Str

The product identifier.

ProvisioningArtifactId => Str

The identifier of the provisioning artifact.

ProvisioningParameters => ArrayRef[Paws::ServiceCatalog::UpdateProvisioningParameter]

Parameters specified by the administrator that are required for provisioning the product.

ProvisionProductId => Str

The product identifier.

ProvisionProductName => Str

The user-friendly name of the provisioned product.

Status => Str

The status.

StatusMessage => Str

The status message.

Tags => ArrayRef[Paws::ServiceCatalog::Tag]

One or more tags.

UpdatedTime => Str

The time when the plan was last updated.

SEE ALSO

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

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