Class: Aws::Types::UpdateTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_version::String

Returns the value of attribute database_version.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def database_version
  @database_version
end

#maintenance_track_name::String

Returns the value of attribute maintenance_track_name.

Returns:

  • (::String)


3101
3102
3103
# File 'sig/types.rbs', line 3101

def maintenance_track_name
  @maintenance_track_name
end

#supported_operations::Array[Types::SupportedOperation]

Returns the value of attribute supported_operations.

Returns:



3103
3104
3105
# File 'sig/types.rbs', line 3103

def supported_operations
  @supported_operations
end