Class: Aws::OAM::Types::CreateLinkOutput

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 is newly created.

Returns:

  • (String)


126
127
128
129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-oam/types.rb', line 126

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

#idString

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

Returns:

  • (String)


126
127
128
129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-oam/types.rb', line 126

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

#labelString

The label that you assigned to this link. If the ‘labelTemplate` includes variables, this field displays the variables resolved to their actual values.

Returns:

  • (String)


126
127
128
129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-oam/types.rb', line 126

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

#label_templateString

The exact label template that you specified, with the variables not resolved.

Returns:

  • (String)


126
127
128
129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-oam/types.rb', line 126

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

#resource_typesArray<String>

The resource types supported by this link.

Returns:

  • (Array<String>)


126
127
128
129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-oam/types.rb', line 126

class CreateLinkOutput < Struct.new(
  :arn,
  :id,
  :label,
  :label_template,
  :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)


126
127
128
129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-oam/types.rb', line 126

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

#tagsHash<String,String>

The tags assigned to the link.

Returns:

  • (Hash<String,String>)


126
127
128
129
130
131
132
133
134
135
136
# File 'lib/aws-sdk-oam/types.rb', line 126

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