Class: Aws::DirectoryServiceData::Types::GroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb

Overview

A structure containing a subset of fields of a group object from a directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_scopeString

The scope of the AD group. For details, see Active Directory security groups.

Returns:

  • (String)


830
831
832
833
834
835
836
837
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830

class GroupSummary < Struct.new(
  :group_scope,
  :group_type,
  :sam_account_name,
  :sid)
  SENSITIVE = []
  include Aws::Structure
end

#group_typeString

The AD group type. For details, see Active Directory security group type.

Returns:

  • (String)


830
831
832
833
834
835
836
837
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830

class GroupSummary < Struct.new(
  :group_scope,
  :group_type,
  :sam_account_name,
  :sid)
  SENSITIVE = []
  include Aws::Structure
end

#sam_account_nameString

The name of the group.

Returns:

  • (String)


830
831
832
833
834
835
836
837
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830

class GroupSummary < Struct.new(
  :group_scope,
  :group_type,
  :sam_account_name,
  :sid)
  SENSITIVE = []
  include Aws::Structure
end

#sidString

The unique security identifier (SID) of the group.

Returns:

  • (String)


830
831
832
833
834
835
836
837
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830

class GroupSummary < Struct.new(
  :group_scope,
  :group_type,
  :sam_account_name,
  :sid)
  SENSITIVE = []
  include Aws::Structure
end