Class: Aws::MPA::Types::GetPolicyVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::GetPolicyVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_version ⇒ Types::PolicyVersion
A ‘PolicyVersion` object.
Instance Attribute Details
#policy_version ⇒ Types::PolicyVersion
A ‘PolicyVersion` object. Contains details for the version of the policy. Policies define the permissions for team resources.
The protected operation for a service integration might require specific permissions. For more information, see [How other services work with Multi-party approval] in the *Multi-party approval User Guide*.
[1]: docs.aws.amazon.com/mpa/latest/userguide/mpa-integrations.html
637 638 639 640 641 |
# File 'lib/aws-sdk-mpa/types.rb', line 637 class GetPolicyVersionResponse < Struct.new( :policy_version) SENSITIVE = [] include Aws::Structure end |