Class: Aws::Chime::Types::SigninDelegateGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#group_nameString

The group name.

Returns:

  • (String)


7630
7631
7632
7633
7634
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7630

class SigninDelegateGroup < Struct.new(
  :group_name)
  SENSITIVE = []
  include Aws::Structure
end