Class: Aws::Route53Profiles::Types::Profile
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::Profile
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb
Overview
A complex type that includes settings for a Route 53 Profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Profile.
-
#client_token ⇒ String
The
ClientToken
value that was assigned when the Profile was created. -
#creation_time ⇒ Time
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
-
#id ⇒ String
ID of the Profile.
-
#modification_time ⇒ Time
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
-
#name ⇒ String
Name of the Profile.
-
#owner_id ⇒ String
Amazon Web Services account ID of the Profile owner.
-
#share_status ⇒ String
Sharing status for the Profile.
-
#status ⇒ String
The status for the Profile.
-
#status_message ⇒ String
Status message that includes additiona information about the Profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Profile.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The ClientToken
value that was assigned when the Profile was
created.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID of the Profile.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#modification_time ⇒ Time
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the Profile.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
Amazon Web Services account ID of the Profile owner.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#share_status ⇒ String
Sharing status for the Profile.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for the Profile.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Status message that includes additiona information about the Profile.
632 633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 632 class Profile < Struct.new( :arn, :client_token, :creation_time, :id, :modification_time, :name, :owner_id, :share_status, :status, :status_message) SENSITIVE = [] include Aws::Structure end |