Class: Aws::IAM::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful [CreateGroup] request.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_CreateGroup.html
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.
760 761 762 763 764 |
# File 'lib/aws-sdk-iam/types.rb', line 760 class CreateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |