Class: Aws::OAM::Types::ListAttachedLinksItem

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

Overview

A structure that contains information about one link attached to this monitoring account sink.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

The label that was assigned to this link at creation, with the variables resolved to their actual values.

Returns:

  • (String)


480
481
482
483
484
485
486
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 480

class ListAttachedLinksItem < Struct.new(
  :label,
  :link_arn,
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end

The ARN of the link.

Returns:

  • (String)


480
481
482
483
484
485
486
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 480

class ListAttachedLinksItem < Struct.new(
  :label,
  :link_arn,
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typesArray<String>

The resource types supported by this link.

Returns:

  • (Array<String>)


480
481
482
483
484
485
486
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 480

class ListAttachedLinksItem < Struct.new(
  :label,
  :link_arn,
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end