Class: Aws::Types::OwnerDirectoryDescription
- Inherits:
-
Object
- Object
- Aws::Types::OwnerDirectoryDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#dns_ip_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addrs.
-
#dns_ipv_6_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ipv_6_addrs.
-
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
-
#radius_settings ⇒ Types::RadiusSettings
Returns the value of attribute radius_settings.
-
#radius_status ⇒ "Creating", ...
Returns the value of attribute radius_status.
-
#vpc_settings ⇒ Types::DirectoryVpcSettingsDescription
Returns the value of attribute vpc_settings.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def account_id @account_id end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def directory_id @directory_id end |
#dns_ip_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addrs.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def dns_ip_addrs @dns_ip_addrs end |
#dns_ipv_6_addrs ⇒ ::Array[::String]
Returns the value of attribute dns_ipv_6_addrs.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def dns_ipv_6_addrs @dns_ipv_6_addrs end |
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def network_type @network_type end |
#radius_settings ⇒ Types::RadiusSettings
Returns the value of attribute radius_settings.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def radius_settings @radius_settings end |
#radius_status ⇒ "Creating", ...
Returns the value of attribute radius_status.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def radius_status @radius_status end |
#vpc_settings ⇒ Types::DirectoryVpcSettingsDescription
Returns the value of attribute vpc_settings.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def vpc_settings @vpc_settings end |