Class: Aws::Types::DescribeDBInstanceAutomatedBackupsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_automated_backups_arn::String

Returns the value of attribute db_instance_automated_backups_arn.

Returns:

  • (::String)


2061
2062
2063
# File 'sig/types.rbs', line 2061

def db_instance_automated_backups_arn
  @db_instance_automated_backups_arn
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def db_instance_identifier
  @db_instance_identifier
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def dbi_resource_id
  @dbi_resource_id
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2058
2059
2060
# File 'sig/types.rbs', line 2058

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2060
2061
2062
# File 'sig/types.rbs', line 2060

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def max_records
  @max_records
end