Class: Aws::Route53Profiles::Types::ProfileSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Summary information about a Route 53 Profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Profile.

Returns:

  • (String)


791
792
793
794
795
796
797
798
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 791

class ProfileSummary < Struct.new(
  :arn,
  :id,
  :name,
  :share_status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the Profile.

Returns:

  • (String)


791
792
793
794
795
796
797
798
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 791

class ProfileSummary < Struct.new(
  :arn,
  :id,
  :name,
  :share_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the Profile.

Returns:

  • (String)


791
792
793
794
795
796
797
798
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 791

class ProfileSummary < Struct.new(
  :arn,
  :id,
  :name,
  :share_status)
  SENSITIVE = []
  include Aws::Structure
end

#share_statusString

Share status of the Profile.

Returns:

  • (String)


791
792
793
794
795
796
797
798
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 791

class ProfileSummary < Struct.new(
  :arn,
  :id,
  :name,
  :share_status)
  SENSITIVE = []
  include Aws::Structure
end