Class: Aws::XRay::Types::GetGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
The group that was requested.
Instance Attribute Details
#group ⇒ Types::Group
The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.
765 766 767 768 769 |
# File 'lib/aws-sdk-xray/types.rb', line 765 class GetGroupResult < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |