Class: Aws::Types::DescribeDBInstancesMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:



645
646
647
# File 'sig/types.rbs', line 645

def db_instance_identifier
  @db_instance_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:



648
649
650
# File 'sig/types.rbs', line 648

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def max_records
  @max_records
end