Class: Aws::Chime::Types::SigninDelegateGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SigninDelegateGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
An Active Directory (AD) group whose members are granted permission to act as delegates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The group name.
Instance Attribute Details
#group_name ⇒ String
The group name.
7630 7631 7632 7633 7634 |
# File 'lib/aws-sdk-chime/types.rb', line 7630 class SigninDelegateGroup < Struct.new( :group_name) SENSITIVE = [] include Aws::Structure end |