Class: Aws::Synthetics::Types::DeleteGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifierString

Specifies which group to delete. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.

Returns:

  • (String)


1296
1297
1298
1299
1300
# File 'lib/aws-sdk-synthetics/types.rb', line 1296

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