class Aws::AppRegistry::Types::GetAssociatedResourceRequest

@note When making an API call, you may pass GetAssociatedResourceRequest

data as a hash:

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

@!attribute [rw] application

The name or ID of the application.
@return [String]

@!attribute [rw] resource_type

The type of resource associated with the application.
@return [String]

@!attribute [rw] resource

The name or ID of the resource associated with the application.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/GetAssociatedResourceRequest AWS API Documentation

Constants

SENSITIVE