Class: Aws::Route53Profiles::Types::DisassociateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::DisassociateProfileResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-route53profiles/types.rb', line 216 class DisassociateProfileResponse < Struct.new( :profile_association) SENSITIVE = [] include Aws::Structure end |