Class: Aws::IAM::Types::PolicyGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains information about a group that a managed policy is attached to.

This data type is used as a response element in the ListEntitiesForPolicy operation.

For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.

Returns:

  • (String)


7984
7985
7986
7987
7988
7989
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7984

class PolicyGroup < Struct.new(
  :group_name,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name (friendly name, not ARN) identifying the group.

Returns:

  • (String)


7984
7985
7986
7987
7988
7989
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7984

class PolicyGroup < Struct.new(
  :group_name,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end