Class: Aws::Route53Profiles::Types::GetProfileAssociationResponse

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

Information about the Profile association that you specified in a GetProfileAssociation request.



271
272
273
274
275
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 271

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