Class: Aws::IAM::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateGroupResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateGroup request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
A structure containing details about the new group.
Instance Attribute Details
#group ⇒ Types::Group
A structure containing details about the new group.
702 703 704 705 706 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 702 class CreateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |