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:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def db_instance_identifier
  @db_instance_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2067
2068
2069
# File 'sig/types.rbs', line 2067

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def max_records
  @max_records
end