Class: Aws::Types::RegionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_number_of_domain_controllers::Integer

Returns the value of attribute desired_number_of_domain_controllers.

Returns:

  • (::Integer)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def desired_number_of_domain_controllers
  @desired_number_of_domain_controllers
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def directory_id
  @directory_id
end

#last_updated_date_time::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def last_updated_date_time
  @last_updated_date_time
end

#launch_time::Time

Returns the value of attribute launch_time.

Returns:

  • (::Time)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def launch_time
  @launch_time
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def region_name
  @region_name
end

#region_type"Primary", "Additional"

Returns the value of attribute region_type.

Returns:

  • ("Primary", "Additional")


1217
1218
1219
# File 'sig/types.rbs', line 1217

def region_type
  @region_type
end

#status"Requested", ...

Returns the value of attribute status.

Returns:

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


1218
1219
1220
# File 'sig/types.rbs', line 1218

def status
  @status
end

#status_last_updated_date_time::Time

Returns the value of attribute status_last_updated_date_time.

Returns:

  • (::Time)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def status_last_updated_date_time
  @status_last_updated_date_time
end

#vpc_settingsTypes::DirectoryVpcSettings

Returns the value of attribute vpc_settings.



1219
1220
1221
# File 'sig/types.rbs', line 1219

def vpc_settings
  @vpc_settings
end