Class: Aws::Types::DirectoryConnectSettingsDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def vpc_id
  @vpc_id
end