You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::DeleteGroupRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
group_name: "GroupName",
group_arn: "GroupARN",
}
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.
#group_name ⇒ String
The case-sensitive name of the group.