Class: Aws::Types::DomainController
- Inherits:
-
Object
- Object
- Aws::Types::DomainController
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#dns_ip_addr ⇒ ::String
Returns the value of attribute dns_ip_addr.
-
#dns_ipv_6_addr ⇒ ::String
Returns the value of attribute dns_ipv_6_addr.
-
#domain_controller_id ⇒ ::String
Returns the value of attribute domain_controller_id.
-
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_last_updated_date_time ⇒ ::Time
Returns the value of attribute status_last_updated_date_time.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
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.
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.
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.
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.
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.
845 846 847 |
# File 'sig/types.rbs', line 845 def launch_time @launch_time end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
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.
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.
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.
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.
840 841 842 |
# File 'sig/types.rbs', line 840 def vpc_id @vpc_id end |