Class: Aws::Route53Profiles::Types::GetProfileAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::GetProfileAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_association ⇒ Types::ProfileAssociation
Information about the Profile association that you specified in a ‘GetProfileAssociation` request.
Instance Attribute Details
#profile_association ⇒ Types::ProfileAssociation
Information about the Profile association that you specified in a ‘GetProfileAssociation` request.
271 272 273 274 275 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 271 class GetProfileAssociationResponse < Struct.new( :profile_association) SENSITIVE = [] include Aws::Structure end |