Class: Aws::Route53Profiles::Types::DisassociateResourceFromProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_resource_associationTypes::ProfileResourceAssociation

Information about the DisassociateResourceFromProfile request, including the status of the request.



246
247
248
249
250
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 246

class DisassociateResourceFromProfileResponse < Struct.new(
  :profile_resource_association)
  SENSITIVE = []
  include Aws::Structure
end