Module: Aws::DirectoryServiceData::Client::_DescribeGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGroupResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #directory_id ⇒ ::String
- #distinguished_name ⇒ ::String
- #group_scope ⇒ "DomainLocal", ...
- #group_type ⇒ "Distribution", "Security"
- #other_attributes ⇒ ::Hash[::String, Types::AttributeValue]
- #realm ⇒ ::String
- #sam_account_name ⇒ ::String
- #sid ⇒ ::String
Instance Method Details
#directory_id ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def directory_id: () -> ::String
|
#distinguished_name ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def distinguished_name: () -> ::String
|
#group_scope ⇒ "DomainLocal", ...
155 |
# File 'sig/client.rbs', line 155
def group_scope: () -> ("DomainLocal" | "Global" | "Universal" | "BuiltinLocal")
|
#group_type ⇒ "Distribution", "Security"
156 |
# File 'sig/client.rbs', line 156
def group_type: () -> ("Distribution" | "Security")
|
#other_attributes ⇒ ::Hash[::String, Types::AttributeValue]
157 |
# File 'sig/client.rbs', line 157
def other_attributes: () -> ::Hash[::String, Types::AttributeValue]
|
#realm ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def realm: () -> ::String
|
#sam_account_name ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def sam_account_name: () -> ::String
|
#sid ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def sid: () -> ::String
|