Class: Aws::ElasticLoadBalancingV2::Types::AddTagsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnsArray<String>

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (Array<String>)


130
131
132
133
134
135
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 130

class AddTagsInput < Struct.new(
  :resource_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags.

Returns:



130
131
132
133
134
135
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 130

class AddTagsInput < Struct.new(
  :resource_arns,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end