Class: Aws::OAM::Types::UpdateLinkInput

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 that you want to update.

Returns:

  • (String)


835
836
837
838
839
840
# File 'lib/aws-sdk-oam/types.rb', line 835

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

#resource_typesArray<String>

An array of strings that define which types of data that the source account will send to the monitoring account.

Your input here replaces the current set of data types that are shared.

Returns:

  • (Array<String>)


835
836
837
838
839
840
# File 'lib/aws-sdk-oam/types.rb', line 835

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