Class: Aws::Types::DirectoryConnectSettings
- Inherits:
-
Object
- Object
- Aws::Types::DirectoryConnectSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_dns_ips ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips.
-
#customer_dns_ips_v6 ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips_v6.
-
#customer_user_name ⇒ ::String
Returns the value of attribute customer_user_name.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#customer_dns_ips ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips.
665 666 667 |
# File 'sig/types.rbs', line 665 def customer_dns_ips @customer_dns_ips end |
#customer_dns_ips_v6 ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips_v6.
666 667 668 |
# File 'sig/types.rbs', line 666 def customer_dns_ips_v6 @customer_dns_ips_v6 end |
#customer_user_name ⇒ ::String
Returns the value of attribute customer_user_name.
667 668 669 |
# File 'sig/types.rbs', line 667 def customer_user_name @customer_user_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
664 665 666 |
# File 'sig/types.rbs', line 664 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
663 664 665 |
# File 'sig/types.rbs', line 663 def vpc_id @vpc_id end |