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

Contains the updated details of the group, including precedence, IAM role, and description.

Returns:



12223
12224
12225
12226
12227
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12223

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