Class: Aws::Types::DbInstanceForClusterSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


229
230
231
# File 'sig/types.rbs', line 229

def allocated_storage
  @allocated_storage
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def arn
  @arn
end

#db_instance_type"db.influx.medium", ...

Returns the value of attribute db_instance_type.

Returns:

  • ("db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge", "db.influx.24xlarge")


227
228
229
# File 'sig/types.rbs', line 227

def db_instance_type
  @db_instance_type
end

#db_storage_type"InfluxIOIncludedT1", ...

Returns the value of attribute db_storage_type.

Returns:

  • ("InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3")


228
229
230
# File 'sig/types.rbs', line 228

def db_storage_type
  @db_storage_type
end

#deployment_type"SINGLE_AZ", "WITH_MULTIAZ_STANDBY"

Returns the value of attribute deployment_type.

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


230
231
232
# File 'sig/types.rbs', line 230

def deployment_type
  @deployment_type
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def id
  @id
end

#instance_mode"PRIMARY", ...

Returns the value of attribute instance_mode.

Returns:

  • ("PRIMARY", "STANDBY", "REPLICA", "INGEST", "QUERY", "COMPACT", "PROCESS")


231
232
233
# File 'sig/types.rbs', line 231

def instance_mode
  @instance_mode
end

#instance_modes::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]

Returns the value of attribute instance_modes.

Returns:

  • (::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")])


232
233
234
# File 'sig/types.rbs', line 232

def instance_modes
  @instance_modes
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


226
227
228
# File 'sig/types.rbs', line 226

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


225
226
227
# File 'sig/types.rbs', line 225

def port
  @port
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED", "RESTORING", "RESTORE_FAILED")


223
224
225
# File 'sig/types.rbs', line 223

def status
  @status
end