Class: Aws::ConfigService::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


5324
5325
5326
5327
5328
5329
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5324

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

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



5324
5325
5326
5327
5328
5329
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5324

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