Class: Aws::Types::DbInstanceSummary

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)


246
247
248
# File 'sig/types.rbs', line 246

def allocated_storage
  @allocated_storage
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

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


244
245
246
# File 'sig/types.rbs', line 244

def db_instance_type
  @db_instance_type
end

#db_storage_type"InfluxIOIncludedT1", ...

Returns the value of attribute db_storage_type.

Returns:

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


245
246
247
# File 'sig/types.rbs', line 245

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


247
248
249
# File 'sig/types.rbs', line 247

def deployment_type
  @deployment_type
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def endpoint
  @endpoint
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


243
244
245
# File 'sig/types.rbs', line 243

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


242
243
244
# File 'sig/types.rbs', line 242

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


240
241
242
# File 'sig/types.rbs', line 240

def status
  @status
end