NAME
Paws::Kendra::DescribeIndex - Arguments for method DescribeIndex on Paws::Kendra
DESCRIPTION
This class represents the parameters used for calling the method DescribeIndex on the AWSKendraFrontendService service. Use the attributes of this class as arguments to method DescribeIndex.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeIndex.
SYNOPSIS
my $kendra = Paws->service('Kendra');
my $DescribeIndexResponse = $kendra->DescribeIndex(
Id => 'MyIndexId',
);
# Results:
my $CapacityUnits = $DescribeIndexResponse->CapacityUnits;
my $CreatedAt = $DescribeIndexResponse->CreatedAt;
my $Description = $DescribeIndexResponse->Description;
my $DocumentMetadataConfigurations =
$DescribeIndexResponse->DocumentMetadataConfigurations;
my $Edition = $DescribeIndexResponse->Edition;
my $ErrorMessage = $DescribeIndexResponse->ErrorMessage;
my $Id = $DescribeIndexResponse->Id;
my $IndexStatistics = $DescribeIndexResponse->IndexStatistics;
my $Name = $DescribeIndexResponse->Name;
my $RoleArn = $DescribeIndexResponse->RoleArn;
my $ServerSideEncryptionConfiguration =
$DescribeIndexResponse->ServerSideEncryptionConfiguration;
my $Status = $DescribeIndexResponse->Status;
my $UpdatedAt = $DescribeIndexResponse->UpdatedAt;
my $UserContextPolicy = $DescribeIndexResponse->UserContextPolicy;
my $UserTokenConfigurations =
$DescribeIndexResponse->UserTokenConfigurations;
# Returns a L<Paws::Kendra::DescribeIndexResponse> 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/DescribeIndex
ATTRIBUTES
REQUIRED Id => Str
The name of the index to describe.
SEE ALSO
This class forms part of Paws, documenting arguments for method DescribeIndex in Paws::Kendra
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