Class: Aws::Route53Profiles::Types::GetProfileResourceAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_resource_association_idString

The ID of the profile resource association that you want to get information about.

Returns:

  • (String)


295
296
297
298
299
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 295

class GetProfileResourceAssociationRequest < Struct.new(
  :profile_resource_association_id)
  SENSITIVE = []
  include Aws::Structure
end