Class: Aws::CognitoIdentityProvider::Types::UpdateGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::GroupType

The group object for the group.

Returns:



9321
9322
9323
9324
9325
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9321

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