Class: Aws::Route53Profiles::Types::GetProfileAssociationRequest

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_association_idString

The identifier of the association you want to get information about.

Returns:

  • (String)


257
258
259
260
261
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 257

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