Class: Aws::OAM::Types::ListLinksItem

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 of this source account's links to a monitoring account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the link.

Returns:

  • (String)


583
584
585
586
587
588
589
590
591
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 583

class ListLinksItem < Struct.new(
  :arn,
  :id,
  :label,
  :resource_types,
  :sink_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The random ID string that Amazon Web Services generated as part of the link ARN.

Returns:

  • (String)


583
584
585
586
587
588
589
590
591
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 583

class ListLinksItem < Struct.new(
  :arn,
  :id,
  :label,
  :resource_types,
  :sink_arn)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

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

Returns:

  • (String)


583
584
585
586
587
588
589
590
591
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 583

class ListLinksItem < Struct.new(
  :arn,
  :id,
  :label,
  :resource_types,
  :sink_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typesArray<String>

The resource types supported by this link.

Returns:

  • (Array<String>)


583
584
585
586
587
588
589
590
591
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 583

class ListLinksItem < Struct.new(
  :arn,
  :id,
  :label,
  :resource_types,
  :sink_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sink_arnString

The ARN of the sink that this link is attached to.

Returns:

  • (String)


583
584
585
586
587
588
589
590
591
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 583

class ListLinksItem < Struct.new(
  :arn,
  :id,
  :label,
  :resource_types,
  :sink_arn)
  SENSITIVE = []
  include Aws::Structure
end