Class: Aws::Route53Profiles::Types::Profile

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Profile.

Returns:

  • (String)


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_tokenString

The ClientToken value that was assigned when the Profile was created.

Returns:

  • (String)


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_timeTime

The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (Time)


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

#idString

ID of the Profile.

Returns:

  • (String)


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_timeTime

The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (Time)


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

#nameString

Name of the Profile.

Returns:

  • (String)


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_idString

Amazon Web Services account ID of the Profile owner.

Returns:

  • (String)


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_statusString

Sharing status for the Profile.

Returns:

  • (String)


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

#statusString

The status for the Profile.

Returns:

  • (String)


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_messageString

Status message that includes additiona information about the Profile.

Returns:

  • (String)


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