Class: Aws::Types::DatabaseCloneConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clone_type"FULL", ...

Returns the value of attribute clone_type.

Returns:

  • ("FULL", "METADATA", "PARTIAL")


1064
1065
1066
# File 'sig/types.rbs', line 1064

def clone_type
  @clone_type
end

#source_autonomous_database_id::String

Returns the value of attribute source_autonomous_database_id.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def source_autonomous_database_id
  @source_autonomous_database_id
end