Class: Aws::XRay::Types::DeleteGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Note:

When making an API call, you may pass DeleteGroupRequest data as a hash:

{
  group_name: "GroupName",
  group_arn: "GroupARN",
}

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The ARN of the group that was generated on creation.

Returns:

  • (String)


259
260
261
262
263
# File 'lib/aws-sdk-xray/types.rb', line 259

class DeleteGroupRequest < Struct.new(
  :group_name,
  :group_arn)
  include Aws::Structure
end

#group_nameString

The case-sensitive name of the group.

Returns:

  • (String)


259
260
261
262
263
# File 'lib/aws-sdk-xray/types.rb', line 259

class DeleteGroupRequest < Struct.new(
  :group_name,
  :group_arn)
  include Aws::Structure
end