![]() |
![]()
| ![]() |
![]()
NAMEPaws::Kafka::ClusterOperationInfo 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::Kafka::ClusterOperationInfo object: $service_obj->Method(Att1 => { ClientRequestId => $value, ..., TargetClusterInfo => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Kafka::ClusterOperationInfo object: $result = $service_obj->Method(...); $result->Att1->ClientRequestId DESCRIPTIONReturns information about a cluster operation. ATTRIBUTESClientRequestId => StrThe ID of the API request that triggered this operation. ClusterArn => StrARN of the cluster. CreationTime => StrThe time that the operation was created. EndTime => StrThe time at which the operation finished. ErrorInfo => Paws::Kafka::ErrorInfoDescribes the error if the operation fails. OperationArn => StrARN of the cluster operation. OperationState => StrState of the cluster operation. OperationSteps => ArrayRef[Paws::Kafka::ClusterOperationStep]Steps completed during the operation. OperationType => StrType of the cluster operation. SourceClusterInfo => Paws::Kafka::MutableClusterInfoInformation about cluster attributes before a cluster is updated. TargetClusterInfo => Paws::Kafka::MutableClusterInfoInformation about cluster attributes after a cluster is updated. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Kafka 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>
|