Class: Aws::WorkDocs::Types::GroupMetadata

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

Overview

Describes the metadata of a user group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the user group.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
# File 'lib/aws-sdk-workdocs/types.rb', line 2031

class GroupMetadata < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the group.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
# File 'lib/aws-sdk-workdocs/types.rb', line 2031

class GroupMetadata < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end