Class: Aws::Route53Profiles::Types::AssociateProfileResponse

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

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 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 63

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