Class: Aws::Route53Profiles::Types::GetProfileResourceAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::GetProfileResourceAssociationResponse
- 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 Profile resource association that you specified in a ‘GetProfileResourceAssociation` request.
Instance Attribute Details
#profile_resource_association ⇒ Types::ProfileResourceAssociation
Information about the Profile resource association that you specified in a ‘GetProfileResourceAssociation` request.
309 310 311 312 313 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 309 class GetProfileResourceAssociationResponse < Struct.new( :profile_resource_association) SENSITIVE = [] include Aws::Structure end |