Class: Aws::Types::DeleteDBInstanceMessage

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)


763
764
765
# File 'sig/types.rbs', line 763

def db_instance_identifier
  @db_instance_identifier
end

#final_db_snapshot_identifier::String

Returns the value of attribute final_db_snapshot_identifier.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def final_db_snapshot_identifier
  @final_db_snapshot_identifier
end

#skip_final_snapshotBoolean

Returns the value of attribute skip_final_snapshot.

Returns:

  • (Boolean)


764
765
766
# File 'sig/types.rbs', line 764

def skip_final_snapshot
  @skip_final_snapshot
end