Class: Aws::OAM::Types::UpdateLinkOutput

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

#arnString

The ARN of the link that you have updated.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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

#idString

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

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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

#labelString

The label assigned to this link, with the variables resolved to their actual values.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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

#label_templateString

The exact label template that was specified when the link was created, with the template variables not resolved.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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

This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.



1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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

#resource_typesArray<String>

The resource types now supported by this link.

Returns:

  • (Array<String>)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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

#sink_arnString

The ARN of the sink that is used for this link.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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

#tagsHash<String,String>

The tags assigned to the link.

Returns:

  • (Hash<String,String>)


1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-oam/types.rb', line 1036

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