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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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

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