Class: Aws::IAM::Types::Group

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

Overview

Contains information about an IAM group entity.

This data type is used as a response element in the following operations:

  • CreateGroup][1
  • GetGroup][2
  • ListGroups][3

[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_CreateGroup.html [2]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroup.html [3]: docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see [IAM identifiers] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html

Returns:

  • (String)


4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iam/types.rb', line 4864

class Group < Struct.new(
  :path,
  :group_name,
  :group_id,
  :arn,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end

#create_dateTime

The date and time, in [ISO 8601 date-time format], when the group was created.

[1]: www.iso.org/iso/iso8601

Returns:

  • (Time)


4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iam/types.rb', line 4864

class Group < Struct.new(
  :path,
  :group_name,
  :group_id,
  :arn,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

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

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html

Returns:

  • (String)


4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iam/types.rb', line 4864

class Group < Struct.new(
  :path,
  :group_name,
  :group_id,
  :arn,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The friendly name that identifies the group.

Returns:

  • (String)


4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iam/types.rb', line 4864

class Group < Struct.new(
  :path,
  :group_name,
  :group_id,
  :arn,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path to the group. For more information about paths, see [IAM identifiers] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html

Returns:

  • (String)


4864
4865
4866
4867
4868
4869
4870
4871
4872
# File 'lib/aws-sdk-iam/types.rb', line 4864

class Group < Struct.new(
  :path,
  :group_name,
  :group_id,
  :arn,
  :create_date)
  SENSITIVE = []
  include Aws::Structure
end