Class: Aws::Types::DirectoryDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:share_notes])

Instance Attribute Summary collapse

Instance Attribute Details

#access_url::String

Returns the value of attribute access_url.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def access_url
  @access_url
end

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def alias
  @alias
end

#connect_settingsTypes::DirectoryConnectSettingsDescription

Returns the value of attribute connect_settings.



701
702
703
# File 'sig/types.rbs', line 701

def connect_settings
  @connect_settings
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def description
  @description
end

#desired_number_of_domain_controllers::Integer

Returns the value of attribute desired_number_of_domain_controllers.

Returns:

  • (::Integer)


706
707
708
# File 'sig/types.rbs', line 706

def desired_number_of_domain_controllers
  @desired_number_of_domain_controllers
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def directory_id
  @directory_id
end

#dns_ip_addrs::Array[::String]

Returns the value of attribute dns_ip_addrs.

Returns:

  • (::Array[::String])


691
692
693
# File 'sig/types.rbs', line 691

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])


692
693
694
# File 'sig/types.rbs', line 692

def dns_ipv_6_addrs
  @dns_ipv_6_addrs
end

#edition"Enterprise", ...

Returns the value of attribute edition.

Returns:

  • ("Enterprise", "Standard", "Hybrid")


687
688
689
# File 'sig/types.rbs', line 687

def edition
  @edition
end

#hybrid_settingsTypes::HybridSettingsDescription

Returns the value of attribute hybrid_settings.



710
711
712
# File 'sig/types.rbs', line 710

def hybrid_settings
  @hybrid_settings
end

#launch_time::Time

Returns the value of attribute launch_time.

Returns:

  • (::Time)


697
698
699
# File 'sig/types.rbs', line 697

def launch_time
  @launch_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def name
  @name
end

#network_type"Dual-stack", ...

Returns the value of attribute network_type.

Returns:

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


711
712
713
# File 'sig/types.rbs', line 711

def network_type
  @network_type
end

#os_version"SERVER_2012", "SERVER_2019"

Returns the value of attribute os_version.

Returns:

  • ("SERVER_2012", "SERVER_2019")


709
710
711
# File 'sig/types.rbs', line 709

def os_version
  @os_version
end

#owner_directory_descriptionTypes::OwnerDirectoryDescription

Returns the value of attribute owner_directory_description.



707
708
709
# File 'sig/types.rbs', line 707

def owner_directory_description
  @owner_directory_description
end

#radius_settingsTypes::RadiusSettings

Returns the value of attribute radius_settings.



702
703
704
# File 'sig/types.rbs', line 702

def radius_settings
  @radius_settings
end

#radius_status"Creating", ...

Returns the value of attribute radius_status.

Returns:

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


703
704
705
# File 'sig/types.rbs', line 703

def radius_status
  @radius_status
end

#regions_infoTypes::RegionsInfo

Returns the value of attribute regions_info.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def regions_info
  @regions_info
end

#share_method"ORGANIZATIONS", "HANDSHAKE"

Returns the value of attribute share_method.

Returns:

  • ("ORGANIZATIONS", "HANDSHAKE")


695
696
697
# File 'sig/types.rbs', line 695

def share_method
  @share_method
end

#share_notes::String

Returns the value of attribute share_notes.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def share_notes
  @share_notes
end

#share_status"Shared", ...

Returns the value of attribute share_status.

Returns:

  • ("Shared", "PendingAcceptance", "Rejected", "Rejecting", "RejectFailed", "Sharing", "ShareFailed", "Deleted", "Deleting")


694
695
696
# File 'sig/types.rbs', line 694

def share_status
  @share_status
end

#short_name::String

Returns the value of attribute short_name.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def short_name
  @short_name
end

#size"Small", "Large"

Returns the value of attribute size.

Returns:

  • ("Small", "Large")


686
687
688
# File 'sig/types.rbs', line 686

def size
  @size
end

#sso_enabledBoolean

Returns the value of attribute sso_enabled.

Returns:

  • (Boolean)


705
706
707
# File 'sig/types.rbs', line 705

def sso_enabled
  @sso_enabled
end

#stage"Requested", ...

Returns the value of attribute stage.

Returns:

  • ("Requested", "Creating", "Created", "Active", "Inoperable", "Impaired", "Restoring", "RestoreFailed", "Deleting", "Deleted", "Failed", "Updating")


693
694
695
# File 'sig/types.rbs', line 693

def stage
  @stage
end

#stage_last_updated_date_time::Time

Returns the value of attribute stage_last_updated_date_time.

Returns:

  • (::Time)


698
699
700
# File 'sig/types.rbs', line 698

def stage_last_updated_date_time
  @stage_last_updated_date_time
end

#stage_reason::String

Returns the value of attribute stage_reason.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def stage_reason
  @stage_reason
end

#type"SimpleAD", ...

Returns the value of attribute type.

Returns:

  • ("SimpleAD", "ADConnector", "MicrosoftAD", "SharedMicrosoftAD")


699
700
701
# File 'sig/types.rbs', line 699

def type
  @type
end

#vpc_settingsTypes::DirectoryVpcSettingsDescription

Returns the value of attribute vpc_settings.



700
701
702
# File 'sig/types.rbs', line 700

def vpc_settings
  @vpc_settings
end