Class: Aws::Route53Profiles::Types::DisassociateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::DisassociateProfileResponse
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_association ⇒ Types::ProfileAssociation
Information about the
DisassociateProfile
request.
Instance Attribute Details
#profile_association ⇒ Types::ProfileAssociation
Information about the DisassociateProfile
request.
216 217 218 219 220 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 216 class DisassociateProfileResponse < Struct.new( :profile_association) SENSITIVE = [] include Aws::Structure end |