Class: Aws::AppRegistry::Types::DisassociateResourceResponse

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) that specifies the application.

Returns:

  • (String)


611
612
613
614
615
616
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 611

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

#resource_arnString

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

Returns:

  • (String)


611
612
613
614
615
616
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 611

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