Class: Aws::OAM::Types::DeleteLinkInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The ARN of the link to delete.

Returns:

  • (String)


215
216
217
218
219
# File 'lib/aws-sdk-oam/types.rb', line 215

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