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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

The group that was created. Contains the name of the group that was created, the ARN of the group that was generated based on the group name, and the filter expression that was assigned to the group.

Returns:



191
192
193
194
# File 'lib/aws-sdk-xray/types.rb', line 191

class CreateGroupResult < Struct.new(
  :group)
  include Aws::Structure
end