Class: Aws::BCMDataExports::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


558
559
560
561
562
563
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 558

class ListTagsForResourceResponse < Struct.new(
  :next_token,
  :resource_tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tagsArray<Types::ResourceTag>

An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.

Returns:



558
559
560
561
562
563
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 558

class ListTagsForResourceResponse < Struct.new(
  :next_token,
  :resource_tags)
  SENSITIVE = []
  include Aws::Structure
end