Class: Aws::Route53Profiles::Types::AssociateResourceToProfileResponse

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

Infromation about the AssociateResourceToProfile, including a status message.



106
107
108
109
110
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 106

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