Class: Aws::Route53Profiles::Types::GetProfileResourceAssociationResponse

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_resource_associationTypes::ProfileResourceAssociation

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



308
309
310
311
312
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 308

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