Class: Aws::Route53Profiles::Types::GetProfileResourceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::GetProfileResourceAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_resource_association_id ⇒ String
The ID of the profile resource association that you want to get information about.
Instance Attribute Details
#profile_resource_association_id ⇒ String
The ID of the profile resource association that you want to get information about.
296 297 298 299 300 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 296 class GetProfileResourceAssociationRequest < Struct.new( :profile_resource_association_id) SENSITIVE = [] include Aws::Structure end |