Class: Aws::Route53Profiles::Types::AssociateProfileRequest

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

#nameString

A name for the association.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 46

class AssociateProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

ID of the Profile.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 46

class AssociateProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the VPC.

Returns:

  • (String)


46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 46

class AssociateProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of the tag keys and values that you want to identify the Profile association.

Returns:



46
47
48
49
50
51
52
53
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 46

class AssociateProfileRequest < Struct.new(
  :name,
  :profile_id,
  :resource_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end