Class: Aws::WorkDocs::Types::GroupMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GroupMetadata
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Describes the metadata of a user group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the user group.
-
#name ⇒ String
The name of the group.
Instance Attribute Details
#id ⇒ String
The ID of the user group.
2031 2032 2033 2034 2035 2036 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2031 class GroupMetadata < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the group.
2031 2032 2033 2034 2035 2036 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2031 class GroupMetadata < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |