Class: Aws::DirectoryServiceData::Types::CreateGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::CreateGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservicedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier (ID) of the directory that’s associated with the group.
-
#sam_account_name ⇒ String
The name of the group.
-
#sid ⇒ String
The unique security identifier (SID) of the group.
Instance Attribute Details
#directory_id ⇒ String
The identifier (ID) of the directory that’s associated with the group.
264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 264 class CreateGroupResult < Struct.new( :directory_id, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |
#sam_account_name ⇒ String
The name of the group.
264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 264 class CreateGroupResult < Struct.new( :directory_id, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |
#sid ⇒ String
The unique security identifier (SID) of the group.
264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 264 class CreateGroupResult < Struct.new( :directory_id, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |