Class: Aws::Types::RdsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_option::String

Returns the value of attribute deployment_option.

Returns:

  • (::String)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def deployment_option
  @deployment_option
end

#engine_edition::String

Returns the value of attribute engine_edition.

Returns:

  • (::String)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def engine_edition
  @engine_edition
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def engine_version
  @engine_version
end

#instance_memory::Float

Returns the value of attribute instance_memory.

Returns:

  • (::Float)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def instance_memory
  @instance_memory
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def instance_type
  @instance_type
end

#instance_vcpu::Float

Returns the value of attribute instance_vcpu.

Returns:

  • (::Float)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def instance_vcpu
  @instance_vcpu
end

#storage_iops::Integer

Returns the value of attribute storage_iops.

Returns:

  • (::Integer)


2299
2300
2301
# File 'sig/types.rbs', line 2299

def storage_iops
  @storage_iops
end

#storage_size::Integer

Returns the value of attribute storage_size.

Returns:

  • (::Integer)


2298
2299
2300
# File 'sig/types.rbs', line 2298

def storage_size
  @storage_size
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def storage_type
  @storage_type
end