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:



908
909
910
911
912
# File 'lib/aws-sdk-synthetics/types.rb', line 908

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