Class: Aws::SecurityHub::Types::AwsIamPolicyVersion

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A version of an IAM policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateString

Indicates when the version was created.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps

Returns:

  • (String)


13624
13625
13626
13627
13628
13629
13630
# File 'lib/aws-sdk-securityhub/types.rb', line 13624

class AwsIamPolicyVersion < Struct.new(
  :version_id,
  :is_default_version,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end

#is_default_versionBoolean

Whether the version is the default version.

Returns:

  • (Boolean)


13624
13625
13626
13627
13628
13629
13630
# File 'lib/aws-sdk-securityhub/types.rb', line 13624

class AwsIamPolicyVersion < Struct.new(
  :version_id,
  :is_default_version,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The identifier of the policy version.

Returns:

  • (String)


13624
13625
13626
13627
13628
13629
13630
# File 'lib/aws-sdk-securityhub/types.rb', line 13624

class AwsIamPolicyVersion < Struct.new(
  :version_id,
  :is_default_version,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end