You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsIamPolicyDetailsWhen passing AwsIamPolicyDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
attachment_count: 1,
create_date: "NonEmptyString",
default_version_id: "NonEmptyString",
description: "NonEmptyString",
is_attachable: false,
path: "NonEmptyString",
permissions_boundary_usage_count: 1,
policy_id: "NonEmptyString",
policy_name: "NonEmptyString",
policy_version_list: [
{
version_id: "NonEmptyString",
is_default_version: false,
create_date: "NonEmptyString",
},
],
update_date: "NonEmptyString",
}
Represents an IAM permissions policy.
Returned by:
Instance Attribute Summary collapseThe number of users, groups, and roles that the policy is attached to.
When the policy was created.
The identifier of the default version of the policy.
A description of the policy.
Whether the policy can be attached to a user, group, or role.
The path to the policy.
The number of users and roles that use the policy to set the permissions boundary.
The unique identifier of the policy.
The name of the policy.
List of versions of the policy.
When the policy was most recently updated.
The number of users, groups, and roles that the policy is attached to.
#default_version_id ⇒ StringThe identifier of the default version of the policy.
#description ⇒ StringA description of the policy.
#is_attachable ⇒ BooleanWhether the policy can be attached to a user, group, or role.
#permissions_boundary_usage_count ⇒ IntegerThe number of users and roles that use the policy to set the permissions boundary.
#policy_id ⇒ StringThe unique identifier of the policy.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4