Class: Aws::AppRegistry::Types::ApplicationTagResult

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

Overview

The result of the application tag that's applied to a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_tag_statusString

The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.

Returns:

  • (String)


149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 149

class ApplicationTagResult < Struct.new(
  :application_tag_status,
  :error_message,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The message returned if the call fails.

Returns:

  • (String)


149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 149

class ApplicationTagResult < Struct.new(
  :application_tag_status,
  :error_message,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.

Returns:

  • (String)


149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 149

class ApplicationTagResult < Struct.new(
  :application_tag_status,
  :error_message,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::ResourcesListItem>

The resources associated with an application

Returns:



149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 149

class ApplicationTagResult < Struct.new(
  :application_tag_status,
  :error_message,
  :resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end