Class: Aws::MPA::Types::GetPolicyVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::GetPolicyVersionResponse
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_version ⇒ Types::PolicyVersion
A
PolicyVersionobject.
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.
615 616 617 618 619 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 615 class GetPolicyVersionResponse < Struct.new( :policy_version) SENSITIVE = [] include Aws::Structure end |