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:



844
845
846
847
848
# File 'lib/aws-sdk-synthetics/types.rb', line 844

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