Class: Aws::Route53Profiles::Types::DisassociateProfileResponse

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_associationTypes::ProfileAssociation

Information about the DisassociateProfile request.



215
216
217
218
219
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 215

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