

# BatchGetPolicyOutputItem
<a name="API_BatchGetPolicyOutputItem"></a>

Contains information about a policy returned from a `BatchGetPolicy` API request.

## Contents
<a name="API_BatchGetPolicyOutputItem_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** createdDate **   <a name="verifiedpermissions-Type-BatchGetPolicyOutputItem-createdDate"></a>
The date and time the policy was created.  
Type: Timestamp  
Required: Yes

 ** definition **   <a name="verifiedpermissions-Type-BatchGetPolicyOutputItem-definition"></a>
The policy definition of an item in the list of policies returned.  
Type: [PolicyDefinitionDetail](API_PolicyDefinitionDetail.md) object  
 **Note: **This object is a Union. Only one member of this object can be specified or returned.  
Required: Yes

 ** lastUpdatedDate **   <a name="verifiedpermissions-Type-BatchGetPolicyOutputItem-lastUpdatedDate"></a>
The date and time the policy was most recently updated.  
Type: Timestamp  
Required: Yes

 ** policyId **   <a name="verifiedpermissions-Type-BatchGetPolicyOutputItem-policyId"></a>
The identifier of the policy you want information about.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `[a-zA-Z0-9-/_]*`   
Required: Yes

 ** policyStoreId **   <a name="verifiedpermissions-Type-BatchGetPolicyOutputItem-policyStoreId"></a>
The identifier of the policy store where the policy you want information about is stored.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `[a-zA-Z0-9-/_]*`   
Required: Yes

 ** policyType **   <a name="verifiedpermissions-Type-BatchGetPolicyOutputItem-policyType"></a>
The type of the policy. This is one of the following values:  
+  `STATIC` 
+  `TEMPLATE_LINKED` 
Type: String  
Valid Values: `STATIC | TEMPLATE_LINKED`   
Required: Yes

 ** name **   <a name="verifiedpermissions-Type-BatchGetPolicyOutputItem-name"></a>
The name of the policy, if one was assigned when the policy was created or last updated.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 150.  
Pattern: `[a-zA-Z0-9-/_]*`   
Required: No

## See Also
<a name="API_BatchGetPolicyOutputItem_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/verifiedpermissions-2021-12-01/BatchGetPolicyOutputItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/verifiedpermissions-2021-12-01/BatchGetPolicyOutputItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/verifiedpermissions-2021-12-01/BatchGetPolicyOutputItem) 