Class: Aws::IAM::Types::CreateGroupResponse

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

Overview

Contains the response to a successful CreateGroup request.

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

A structure containing details about the new group.

Returns:



761
762
763
764
# File 'lib/aws-sdk-iam/types.rb', line 761

class CreateGroupResponse < Struct.new(
  :group)
  include Aws::Structure
end