Class: Aws::Types::OwnerDirectoryDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def 
  @account_id
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("Dual-stack", "IPv4", "IPv6")


1197
1198
1199
# File 'sig/types.rbs', line 1197

def network_type
  @network_type
end

#radius_settingsTypes::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.

Returns:

  • ("Creating", "Completed", "Failed")


1196
1197
1198
# File 'sig/types.rbs', line 1196

def radius_status
  @radius_status
end

#vpc_settingsTypes::DirectoryVpcSettingsDescription

Returns the value of attribute vpc_settings.



1194
1195
1196
# File 'sig/types.rbs', line 1194

def vpc_settings
  @vpc_settings
end