Class: Aws::Types::DbClusterSummary

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)


214
215
216
# File 'sig/types.rbs', line 214

def allocated_storage
  @allocated_storage
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

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


211
212
213
# File 'sig/types.rbs', line 211

def db_instance_type
  @db_instance_type
end

#db_storage_type"InfluxIOIncludedT1", ...

Returns the value of attribute db_storage_type.

Returns:

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


213
214
215
# File 'sig/types.rbs', line 213

def db_storage_type
  @db_storage_type
end

#deployment_type"MULTI_NODE_READ_REPLICAS"

Returns the value of attribute deployment_type.

Returns:

  • ("MULTI_NODE_READ_REPLICAS")


210
211
212
# File 'sig/types.rbs', line 210

def deployment_type
  @deployment_type
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def endpoint
  @endpoint
end

#engine_type"INFLUXDB_V2", ...

Returns the value of attribute engine_type.

Returns:

  • ("INFLUXDB_V2", "INFLUXDB_V3_CORE", "INFLUXDB_V3_ENTERPRISE")


215
216
217
# File 'sig/types.rbs', line 215

def engine_type
  @engine_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


212
213
214
# File 'sig/types.rbs', line 212

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


209
210
211
# File 'sig/types.rbs', line 209

def port
  @port
end

#reader_endpoint::String

Returns the value of attribute reader_endpoint.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def reader_endpoint
  @reader_endpoint
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


206
207
208
# File 'sig/types.rbs', line 206

def status
  @status
end