Class: Aws::XRay::Types::GetGroupResult

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 requested. Contains the name of the group, the ARN of the group, and the filter expression that assigned to the group.

Returns:



661
662
663
664
# File 'lib/aws-sdk-xray/types.rb', line 661

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