Class: Aws::XRay::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::DeleteGroupRequest
- 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.
311 312 313 314 315 316 |
# File 'lib/aws-sdk-xray/types.rb', line 311 class DeleteGroupRequest < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The case-sensitive name of the group.
311 312 313 314 315 316 |
# File 'lib/aws-sdk-xray/types.rb', line 311 class DeleteGroupRequest < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |