Class: Aws::Route53Profiles::Types::ProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ProfileSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Summary information about a Route 53 Profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Profile.
-
#id ⇒ String
ID of the Profile.
-
#name ⇒ String
Name of the Profile.
-
#share_status ⇒ String
Share status of the Profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Profile.
792 793 794 795 796 797 798 799 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 792 class ProfileSummary < Struct.new( :arn, :id, :name, :share_status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID of the Profile.
792 793 794 795 796 797 798 799 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 792 class ProfileSummary < Struct.new( :arn, :id, :name, :share_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the Profile.
792 793 794 795 796 797 798 799 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 792 class ProfileSummary < Struct.new( :arn, :id, :name, :share_status) SENSITIVE = [] include Aws::Structure end |
#share_status ⇒ String
Share status of the Profile.
792 793 794 795 796 797 798 799 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 792 class ProfileSummary < Struct.new( :arn, :id, :name, :share_status) SENSITIVE = [] include Aws::Structure end |