Class: Aws::Route53Profiles::Types::GetProfileAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::GetProfileAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_association_id ⇒ String
The identifier of the association you want to get information about.
Instance Attribute Details
#profile_association_id ⇒ String
The identifier of the association you want to get information about.
258 259 260 261 262 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 258 class GetProfileAssociationRequest < Struct.new( :profile_association_id) SENSITIVE = [] include Aws::Structure end |