Class: Aws::Chime::Types::DisassociateSigninDelegateGroupsFromAccountRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3487

class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new(
  :account_id,
  :group_names)
  SENSITIVE = []
  include Aws::Structure
end

#group_namesArray<String>

The sign-in delegate group names.

Returns:

  • (Array<String>)


3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3487

class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new(
  :account_id,
  :group_names)
  SENSITIVE = []
  include Aws::Structure
end