Class: Aws::Chime::Types::SigninDelegateGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SigninDelegateGroup
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass SigninDelegateGroup data as a hash:
{
group_name: "NonEmptyString",
}
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.
8380 8381 8382 8383 8384 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8380 class SigninDelegateGroup < Struct.new( :group_name) SENSITIVE = [] include Aws::Structure end |