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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/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)


886
887
888
889
890
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 886

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