Class: Aws::Types::DomainController

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def availability_zone
  @availability_zone
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def directory_id
  @directory_id
end

#dns_ip_addr::String

Returns the value of attribute dns_ip_addr.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def dns_ip_addr
  @dns_ip_addr
end

#dns_ipv_6_addr::String

Returns the value of attribute dns_ipv_6_addr.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def dns_ipv_6_addr
  @dns_ipv_6_addr
end

#domain_controller_id::String

Returns the value of attribute domain_controller_id.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def domain_controller_id
  @domain_controller_id
end

#launch_time::Time

Returns the value of attribute launch_time.

Returns:

  • (::Time)


845
846
847
# File 'sig/types.rbs', line 845

def launch_time
  @launch_time
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Active", "Impaired", "Restoring", "Deleting", "Deleted", "Failed", "Updating")


843
844
845
# File 'sig/types.rbs', line 843

def status
  @status
end

#status_last_updated_date_time::Time

Returns the value of attribute status_last_updated_date_time.

Returns:

  • (::Time)


846
847
848
# File 'sig/types.rbs', line 846

def status_last_updated_date_time
  @status_last_updated_date_time
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def status_reason
  @status_reason
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def vpc_id
  @vpc_id
end