Class: Aws::Types::CreateDbBackupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_resource_id::String

Returns the value of attribute db_resource_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def db_resource_id
  @db_resource_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def name
  @name
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


33
34
35
# File 'sig/types.rbs', line 33

def retention_days
  @retention_days
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


34
35
36
# File 'sig/types.rbs', line 34

def tags
  @tags
end