You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  application: "ApplicationSpecifier", # required
  resource_type: "CFN_STACK", # required, accepts CFN_STACK
  resource: "ResourceSpecifier", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The name or ID of the application.

Returns:

  • (String)

    The name or ID of the application.

#resourceString

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

Returns:

  • (String)

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

#resource_typeString

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

Possible values:

  • CFN_STACK

Returns:

  • (String)

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