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

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-iam/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-iam/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-iam/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-iam/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-iam/types.rb', line 4425

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