Class: Aws::Route53Profiles::Types::UpdateProfileResourceAssociationResponse

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 UpdateProfileResourceAssociation request, including a status message.



946
947
948
949
950
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 946

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