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)


571
572
573
574
575
576
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 571

class ListTagsForResourceResponse < Struct.new(
  :resource_tags,
  :next_token)
  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:



571
572
573
574
575
576
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 571

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