Class: Aws::VerifiedPermissions::Types::GetPolicyTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetPolicyTemplateInput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the policy template that you want information about.
-
#policy_template_id ⇒ String
Specifies the ID of the policy template that you want information about.
Instance Attribute Details
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the policy template that you want information about.
1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1746 class GetPolicyTemplateInput < Struct.new( :policy_store_id, :policy_template_id) SENSITIVE = [] include Aws::Structure end |
#policy_template_id ⇒ String
Specifies the ID of the policy template that you want information about.
1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1746 class GetPolicyTemplateInput < Struct.new( :policy_store_id, :policy_template_id) SENSITIVE = [] include Aws::Structure end |