Class: Aws::Types::CreateAutonomousDatabaseBackupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_id::String

Returns the value of attribute autonomous_database_id.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def autonomous_database_id
  @autonomous_database_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def client_token
  @client_token
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def display_name
  @display_name
end

#retention_period_in_days::Integer

Returns the value of attribute retention_period_in_days.

Returns:

  • (::Integer)


745
746
747
# File 'sig/types.rbs', line 745

def retention_period_in_days
  @retention_period_in_days
end

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

Returns the value of attribute tags.

Returns:

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


747
748
749
# File 'sig/types.rbs', line 747

def tags
  @tags
end