Class: Aws::Types::DirectoryConnectSettingsDescription
- Inherits:
-
Object
- Object
- Aws::Types::DirectoryConnectSettingsDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#connect_ips ⇒ ::Array[::String]
Returns the value of attribute connect_ips.
-
#connect_ips_v6 ⇒ ::Array[::String]
Returns the value of attribute connect_ips_v6.
-
#customer_user_name ⇒ ::String
Returns the value of attribute customer_user_name.
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
676 677 678 |
# File 'sig/types.rbs', line 676 def availability_zones @availability_zones end |
#connect_ips ⇒ ::Array[::String]
Returns the value of attribute connect_ips.
677 678 679 |
# File 'sig/types.rbs', line 677 def connect_ips @connect_ips end |
#connect_ips_v6 ⇒ ::Array[::String]
Returns the value of attribute connect_ips_v6.
678 679 680 |
# File 'sig/types.rbs', line 678 def connect_ips_v6 @connect_ips_v6 end |
#customer_user_name ⇒ ::String
Returns the value of attribute customer_user_name.
674 675 676 |
# File 'sig/types.rbs', line 674 def customer_user_name @customer_user_name end |
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def security_group_id @security_group_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
673 674 675 |
# File 'sig/types.rbs', line 673 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def vpc_id @vpc_id end |