Class: Aws::Types::DescribeOrderableDBInstanceOptionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_group::String

Returns the value of attribute availability_zone_group.

Returns:

  • (::String)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def availability_zone_group
  @availability_zone_group
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def db_instance_class
  @db_instance_class
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def engine_version
  @engine_version
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2372
2373
2374
# File 'sig/types.rbs', line 2372

def filters
  @filters
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def license_model
  @license_model
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def max_records
  @max_records
end

#vpcBoolean

Returns the value of attribute vpc.

Returns:

  • (Boolean)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def vpc
  @vpc
end