Class: Aws::Route53Profiles::Types::AssociateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::AssociateProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A name for the association.
-
#profile_id ⇒ String
ID of the Profile.
-
#resource_id ⇒ String
The ID of the VPC.
-
#tags ⇒ Array<Types::Tag>
A list of the tag keys and values that you want to identify the Profile association.
Instance Attribute Details
#name ⇒ String
A name for the association.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 46 class AssociateProfileRequest < Struct.new( :name, :profile_id, :resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
ID of the Profile.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 46 class AssociateProfileRequest < Struct.new( :name, :profile_id, :resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the VPC.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 46 class AssociateProfileRequest < Struct.new( :name, :profile_id, :resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of the tag keys and values that you want to identify the Profile association.
46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 46 class AssociateProfileRequest < Struct.new( :name, :profile_id, :resource_id, :tags) SENSITIVE = [] include Aws::Structure end |