Class: Aws::ApplicationDiscoveryService::Types::DescribeTagsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The call returns a token. Use this token to get the next set of results.

Returns:

  • (String)


1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1106

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

#tagsArray<Types::ConfigurationTag>

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

Returns:



1106
1107
1108
1109
1110
1111
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1106

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