Class: Aws::Route53Profiles::Types::ProfileAssociation

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

Instance Attribute Details

#creation_timeTime

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

Returns:

  • (Time)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

class ProfileAssociation < Struct.new(
  :creation_time,
  :id,
  :modification_time,
  :name,
  :owner_id,
  :profile_id,
  :resource_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the Profile association.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

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_timeTime

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

Returns:

  • (Time)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

class ProfileAssociation < Struct.new(
  :creation_time,
  :id,
  :modification_time,
  :name,
  :owner_id,
  :profile_id,
  :resource_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the Profile association.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

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_idString

Amazon Web Services account ID of the Profile association owner.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

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_idString

ID of the Profile.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

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_idString

The Amazon Resource Name (ARN) of the VPC.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

class ProfileAssociation < Struct.new(
  :creation_time,
  :id,
  :modification_time,
  :name,
  :owner_id,
  :profile_id,
  :resource_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the Profile association.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

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_messageString

Additional information about the Profile association.

Returns:

  • (String)


688
689
690
691
692
693
694
695
696
697
698
699
700
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 688

class ProfileAssociation < Struct.new(
  :creation_time,
  :id,
  :modification_time,
  :name,
  :owner_id,
  :profile_id,
  :resource_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end