Class: Aws::XRay::Types::CreateGroupResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

The group that was created. Contains the name of the group that was created, the Amazon Resource Name (ARN) of the group that was generated based on the group name, the filter expression, and the insight configuration that was assigned to the group.

Returns:



227
228
229
230
231
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 227

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