Class: Aws::Synthetics::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CreateGroupResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
A structure that contains information about the group that was just created.
Instance Attribute Details
#group ⇒ Types::Group
A structure that contains information about the group that was just created.
908 909 910 911 912 |
# File 'lib/aws-sdk-synthetics/types.rb', line 908 class CreateGroupResponse < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |