Class: Aws::AppRegistry::Types::GetAssociatedResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_tag_resultTypes::ApplicationTagResult

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



747
748
749
750
751
752
753
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 747

class GetAssociatedResourceResponse < Struct.new(
  :resource,
  :options,
  :application_tag_result)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<String>

Determines whether an application tag is applied or skipped.

Returns:

  • (Array<String>)


747
748
749
750
751
752
753
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 747

class GetAssociatedResourceResponse < Struct.new(
  :resource,
  :options,
  :application_tag_result)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::Resource

The resource associated with the application.

Returns:



747
748
749
750
751
752
753
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 747

class GetAssociatedResourceResponse < Struct.new(
  :resource,
  :options,
  :application_tag_result)
  SENSITIVE = []
  include Aws::Structure
end