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

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


989
990
991
992
993
994
995
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 989

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

Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.



989
990
991
992
993
994
995
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 989

class UpdateLinkInput < Struct.new(
  :identifier,
  :link_configuration,
  :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>)


989
990
991
992
993
994
995
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 989

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