Class: Aws::Synthetics::Types::GetGroupResponse

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.

Returns:



1171
1172
1173
1174
1175
# File 'lib/aws-sdk-synthetics/types.rb', line 1171

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