Class: Aws::MPA::Types::Policy
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::Policy
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Contains details for a policy. Policies define what operations a team that define the permissions for team resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Amazon Resource Name (ARN) for the policy.
-
#default_version ⇒ Integer
Determines if the specified policy is the default for the team.
-
#name ⇒ String
Name of the policy.
-
#policy_type ⇒ String
The type of policy.
Instance Attribute Details
#arn ⇒ String
Amazon Resource Name (ARN) for the policy.
1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1754 class Policy < Struct.new( :arn, :default_version, :policy_type, :name) SENSITIVE = [] include Aws::Structure end |
#default_version ⇒ Integer
Determines if the specified policy is the default for the team.
1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1754 class Policy < Struct.new( :arn, :default_version, :policy_type, :name) SENSITIVE = [] include Aws::Structure end |