Class: Aws::AppRegistry::Types::DisassociateResourceRequest

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 or ID of the application.

Returns:

  • (String)


593
594
595
596
597
598
599
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 593

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

#resourceString

The name or ID of the resource.

Returns:

  • (String)


593
594
595
596
597
598
599
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 593

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

#resource_typeString

The type of the resource that is being disassociated.

Returns:

  • (String)


593
594
595
596
597
598
599
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 593

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