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

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



11376
11377
11378
11379
11380
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11376

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