Class: Aws::Route53Profiles::Types::AssociateResourceToProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::AssociateResourceToProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_resource_association ⇒ Types::ProfileResourceAssociation
Infromation about the ‘AssociateResourceToProfile`, including a status message.
Instance Attribute Details
#profile_resource_association ⇒ Types::ProfileResourceAssociation
Infromation about the ‘AssociateResourceToProfile`, including a status message.
107 108 109 110 111 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 107 class AssociateResourceToProfileResponse < Struct.new( :profile_resource_association) SENSITIVE = [] include Aws::Structure end |