Class: Aws::XRay::Types::GetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_arn ⇒ String
The ARN of the group that was generated on creation.
-
#group_name ⇒ String
The case-sensitive name of the group.
Instance Attribute Details
#group_arn ⇒ String
The ARN of the group that was generated on creation.
750 751 752 753 754 755 |
# File 'lib/aws-sdk-xray/types.rb', line 750 class GetGroupRequest < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The case-sensitive name of the group.
750 751 752 753 754 755 |
# File 'lib/aws-sdk-xray/types.rb', line 750 class GetGroupRequest < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |