Class: Aws::Types::ModifyDBSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


3200
3201
3202
# File 'sig/types.rbs', line 3200

def db_snapshot_identifier
  @db_snapshot_identifier
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3201
3202
3203
# File 'sig/types.rbs', line 3201

def engine_version
  @engine_version
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


3202
3203
3204
# File 'sig/types.rbs', line 3202

def option_group_name
  @option_group_name
end