Class: Aws::AppRegistry::Types::AssociateResourceResponse

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_arnString

The Amazon resource name (ARN) of the application that was augmented with attributes.

Returns:

  • (String)


238
239
240
241
242
243
244
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 238

class AssociateResourceResponse < Struct.new(
  :application_arn,
  :resource_arn,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<String>

Determines whether an application tag is applied or skipped.

Returns:

  • (Array<String>)


238
239
240
241
242
243
244
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 238

class AssociateResourceResponse < Struct.new(
  :application_arn,
  :resource_arn,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon resource name (ARN) that specifies the resource.

Returns:

  • (String)


238
239
240
241
242
243
244
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 238

class AssociateResourceResponse < Struct.new(
  :application_arn,
  :resource_arn,
  :options)
  SENSITIVE = []
  include Aws::Structure
end