Class: Aws::Types::RdsRequirements

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)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def deployment_option
  @deployment_option
end

#engine_edition::String

Returns the value of attribute engine_edition.

Returns:

  • (::String)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def engine_edition
  @engine_edition
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def engine_version
  @engine_version
end

#instance_memory::Float

Returns the value of attribute instance_memory.

Returns:

  • (::Float)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def instance_memory
  @instance_memory
end

#instance_vcpu::Float

Returns the value of attribute instance_vcpu.

Returns:

  • (::Float)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def instance_vcpu
  @instance_vcpu
end

#storage_iops::Integer

Returns the value of attribute storage_iops.

Returns:

  • (::Integer)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def storage_iops
  @storage_iops
end

#storage_size::Integer

Returns the value of attribute storage_size.

Returns:

  • (::Integer)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def storage_size
  @storage_size
end