Class: Aws::OpenSearchService::Types::AddTagsRequest

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

Overview

Container for the parameters to the AddTags operation. Specifies the tags to attach to the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Amazon Resource Name (ARN) for the OpenSearch Service domain to which you want to attach resource tags.

Returns:

  • (String)


156
157
158
159
160
161
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 156

class AddTagsRequest < Struct.new(
  :arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#tag_listArray<Types::Tag>

List of resource tags.

Returns:



156
157
158
159
160
161
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 156

class AddTagsRequest < Struct.new(
  :arn,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end