Class: Aws::OAM::Types::GetLinkInput

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 retrieve information for.

Returns:

  • (String)


233
234
235
236
237
# File 'lib/aws-sdk-oam/types.rb', line 233

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