Class: Aws::Route53Profiles::Types::ProfileAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ProfileAssociation
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb
Overview
An association between a Route 53 Profile and a VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
-
#id ⇒ String
ID of the Profile association.
-
#modification_time ⇒ Time
The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
-
#name ⇒ String
Name of the Profile association.
-
#owner_id ⇒ String
Amazon Web Services account ID of the Profile association owner.
-
#profile_id ⇒ String
ID of the Profile.
-
#resource_id ⇒ String
The Amazon Resource Name (ARN) of the VPC.
-
#status ⇒ String
Status of the Profile association.
-
#status_message ⇒ String
Additional information about the Profile association.
Instance Attribute Details
#creation_time ⇒ Time
The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID of the Profile association.
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#modification_time ⇒ Time
The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the Profile association.
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
Amazon Web Services account ID of the Profile association owner.
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
ID of the Profile.
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Amazon Resource Name (ARN) of the VPC.
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the Profile association.
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the Profile association.
689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 689 class ProfileAssociation < Struct.new( :creation_time, :id, :modification_time, :name, :owner_id, :profile_id, :resource_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |