Class: Aws::SecurityHub::Types::AwsIamPolicyVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamPolicyVersion
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A version of an IAM policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_date ⇒ String
Indicates when the version was created.
-
#is_default_version ⇒ Boolean
Whether the version is the default version.
-
#version_id ⇒ String
The identifier of the policy version.
Instance Attribute Details
#create_date ⇒ String
Indicates when the version was created.
For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
13764 13765 13766 13767 13768 13769 13770 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13764 class AwsIamPolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) SENSITIVE = [] include Aws::Structure end |
#is_default_version ⇒ Boolean
Whether the version is the default version.
13764 13765 13766 13767 13768 13769 13770 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13764 class AwsIamPolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The identifier of the policy version.
13764 13765 13766 13767 13768 13769 13770 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13764 class AwsIamPolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) SENSITIVE = [] include Aws::Structure end |