Class: Aws::XRay::Types::GetGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetGroupResult
- Defined in:
- gems/aws-sdk-xray/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.
781 782 783 784 785 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 781 class GetGroupResult < Struct.new( :group) SENSITIVE = [] include Aws::Structure end |