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)


3082
3083
3084
# File 'sig/types.rbs', line 3082

def database_version
  @database_version
end

#maintenance_track_name::String

Returns the value of attribute maintenance_track_name.

Returns:

  • (::String)


3081
3082
3083
# File 'sig/types.rbs', line 3081

def maintenance_track_name
  @maintenance_track_name
end

#supported_operations::Array[Types::SupportedOperation]

Returns the value of attribute supported_operations.

Returns:



3083
3084
3085
# File 'sig/types.rbs', line 3083

def supported_operations
  @supported_operations
end