![]() |
![]()
| ![]() |
![]()
NAMEPaws::Kendra::DescribeFaq - Arguments for method DescribeFaq on Paws::Kendra DESCRIPTIONThis class represents the parameters used for calling the method DescribeFaq on the AWSKendraFrontendService service. Use the attributes of this class as arguments to method DescribeFaq. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeFaq. SYNOPSISmy $kendra = Paws->service('Kendra'); my $DescribeFaqResponse = $kendra->DescribeFaq( Id => 'MyFaqId', IndexId => 'MyIndexId', ); # Results: my $CreatedAt = $DescribeFaqResponse->CreatedAt; my $Description = $DescribeFaqResponse->Description; my $ErrorMessage = $DescribeFaqResponse->ErrorMessage; my $FileFormat = $DescribeFaqResponse->FileFormat; my $Id = $DescribeFaqResponse->Id; my $IndexId = $DescribeFaqResponse->IndexId; my $Name = $DescribeFaqResponse->Name; my $RoleArn = $DescribeFaqResponse->RoleArn; my $S3Path = $DescribeFaqResponse->S3Path; my $Status = $DescribeFaqResponse->Status; my $UpdatedAt = $DescribeFaqResponse->UpdatedAt; # Returns a L<Paws::Kendra::DescribeFaqResponse> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/kendra/DescribeFaq> ATTRIBUTESREQUIRED Id => StrThe unique identifier of the FAQ. REQUIRED IndexId => StrThe identifier of the index that contains the FAQ. SEE ALSOThis class forms part of Paws, documenting arguments for method DescribeFaq in Paws::Kendra 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>
|