Class: Aws::Route53Profiles::Types::UpdateProfileResourceAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::UpdateProfileResourceAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_resource_association ⇒ Types::ProfileResourceAssociation
Information about the ‘UpdateProfileResourceAssociation` request, including a status message.
Instance Attribute Details
#profile_resource_association ⇒ Types::ProfileResourceAssociation
Information about the ‘UpdateProfileResourceAssociation` request, including a status message.
946 947 948 949 950 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 946 class UpdateProfileResourceAssociationResponse < Struct.new( :profile_resource_association) SENSITIVE = [] include Aws::Structure end |