Class: Aws::Synthetics::Types::CreateGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

A structure that contains information about the group that was just created.

Returns:



1009
1010
1011
1012
1013
# File 'lib/aws-sdk-synthetics/types.rb', line 1009

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