Class: Aws::Route53Profiles::Types::AssociateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::AssociateProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_association ⇒ Types::ProfileAssociation
The association that you just created.
Instance Attribute Details
#profile_association ⇒ Types::ProfileAssociation
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
63 64 65 66 67 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 63 class AssociateProfileResponse < Struct.new( :profile_association) SENSITIVE = [] include Aws::Structure end |