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

  • GetGroup

  • ListGroups

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 *Using IAM* guide.

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

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
# File 'lib/aws-sdk-iam/types.rb', line 4159

class Group < Struct.new(
  :path,
  :group_name,
  :group_id,
  :arn,
  :create_date)
  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)


4159
4160
4161
4162
4163
4164
4165
4166
# File 'lib/aws-sdk-iam/types.rb', line 4159

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

#group_idString

The stable and unique string identifying the group. For more information about IDs, see [IAM Identifiers] in the *Using IAM* guide.

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

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
# File 'lib/aws-sdk-iam/types.rb', line 4159

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

#group_nameString

The friendly name that identifies the group.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
# File 'lib/aws-sdk-iam/types.rb', line 4159

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

#pathString

The path to the group. For more information about paths, see [IAM Identifiers] in the *Using IAM* guide.

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

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
# File 'lib/aws-sdk-iam/types.rb', line 4159

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