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",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The ARN of the group that was generated on creation.

Returns:

  • (String)


370
371
372
373
374
375
# File 'lib/aws-sdk-xray/types.rb', line 370

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

#group_nameString

The case-sensitive name of the group.

Returns:

  • (String)


370
371
372
373
374
375
# File 'lib/aws-sdk-xray/types.rb', line 370

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