Class: Aws::Types::DescribeReservedDBInstancesMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


2389
2390
2391
# File 'sig/types.rbs', line 2389

def db_instance_class
  @db_instance_class
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


2390
2391
2392
# File 'sig/types.rbs', line 2390

def duration
  @duration
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2395
2396
2397
# File 'sig/types.rbs', line 2395

def filters
  @filters
end

#lease_id::String

Returns the value of attribute lease_id.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def lease_id
  @lease_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2396
2397
2398
# File 'sig/types.rbs', line 2396

def max_records
  @max_records
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def multi_az
  @multi_az
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def offering_type
  @offering_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:

  • (::String)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def product_description
  @product_description
end

#reserved_db_instance_id::String

Returns the value of attribute reserved_db_instance_id.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def reserved_db_instance_id
  @reserved_db_instance_id
end

#reserved_db_instances_offering_id::String

Returns the value of attribute reserved_db_instances_offering_id.

Returns:

  • (::String)


2388
2389
2390
# File 'sig/types.rbs', line 2388

def reserved_db_instances_offering_id
  @reserved_db_instances_offering_id
end