Class: Aws::AppRegistry::Types::AssociateResourceRequest

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

#applicationString

The name, ID, or ARN of the application.

Returns:

  • (String)


214
215
216
217
218
219
220
221
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 214

class AssociateResourceRequest < Struct.new(
  :application,
  :resource_type,
  :resource,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<String>

Determines whether an application tag is applied or skipped.

Returns:

  • (Array<String>)


214
215
216
217
218
219
220
221
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 214

class AssociateResourceRequest < Struct.new(
  :application,
  :resource_type,
  :resource,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#resourceString

The name or ID of the resource of which the application will be associated.

Returns:

  • (String)


214
215
216
217
218
219
220
221
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 214

class AssociateResourceRequest < Struct.new(
  :application,
  :resource_type,
  :resource,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource of which the application will be associated.

Returns:

  • (String)


214
215
216
217
218
219
220
221
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 214

class AssociateResourceRequest < Struct.new(
  :application,
  :resource_type,
  :resource,
  :options)
  SENSITIVE = []
  include Aws::Structure
end