Class: Aws::Types::DescribeDBSnapshotsMessage

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)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def db_instance_identifier
  @db_instance_identifier
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def db_snapshot_identifier
  @db_snapshot_identifier
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def dbi_resource_id
  @dbi_resource_id
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2244
2245
2246
# File 'sig/types.rbs', line 2244

def filters
  @filters
end

#include_publicBoolean

Returns the value of attribute include_public.

Returns:

  • (Boolean)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def include_public
  @include_public
end

#include_sharedBoolean

Returns the value of attribute include_shared.

Returns:

  • (Boolean)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def include_shared
  @include_shared
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def max_records
  @max_records
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def snapshot_type
  @snapshot_type
end