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_time ⇒ Time

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

Returns:

  • (Time)


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

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

#id ⇒ String

ID of the Profile association.

Returns:

  • (String)


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

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_time ⇒ Time

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

Returns:

  • (Time)


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

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

#name ⇒ String

Name of the Profile association.

Returns:

  • (String)


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

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_id ⇒ String

Amazon Web Services account ID of the Profile association owner.

Returns:

  • (String)


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

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_id ⇒ String

ID of the Profile.

Returns:

  • (String)


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

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_id ⇒ String

The Amazon Resource Name (ARN) of the VPC.

Returns:

  • (String)


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

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 ⇒ String

Status of the Profile association.

Returns:

  • (String)


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

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_message ⇒ String

Additional information about the Profile association.

Returns:

  • (String)


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

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