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

#resourceTypes::Resource

The resource associated with the application.

Returns:


731
732
733
734
735
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 731

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