Class: Aws::MPA::Types::PolicyVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::PolicyVersion
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Contains details for the version of a policy. Policies define what operations a team that define the permissions for team resources.
Constant Summary collapse
- SENSITIVE =
[:document]
Instance Attribute Summary collapse
-
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
-
#creation_time ⇒ Time
Timestamp when the policy was created.
-
#document ⇒ String
Document that contains the policy contents.
-
#is_default ⇒ Boolean
Determines if the specified policy is the default for the team.
-
#last_updated_time ⇒ Time
Timestamp when the policy was last updated.
-
#name ⇒ String
Name of the policy.
-
#policy_arn ⇒ String
Amazon Resource Name (ARN) for the policy.
-
#policy_type ⇒ String
The type of policy.
-
#status ⇒ String
Status for the policy.
-
#version_id ⇒ Integer
Verison ID.
Instance Attribute Details
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#creation_time ⇒ Time
Timestamp when the policy was created.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#document ⇒ String
Document that contains the policy contents.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#is_default ⇒ Boolean
Determines if the specified policy is the default for the team.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#last_updated_time ⇒ Time
Timestamp when the policy was last updated.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#name ⇒ String
Name of the policy.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#policy_arn ⇒ String
Amazon Resource Name (ARN) for the policy.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#policy_type ⇒ String
The type of policy.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#status ⇒ String
Status for the policy. For example, if the policy is attachable or deprecated.
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |
#version_id ⇒ Integer
Verison ID
1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1829 class PolicyVersion < Struct.new( :arn, :policy_arn, :version_id, :policy_type, :is_default, :name, :status, :creation_time, :last_updated_time, :document) SENSITIVE = [:document] include Aws::Structure end |