Class: Aws::Types::RollbackServiceSoftwareOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def current_version
  @current_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def description
  @description
end

#new_version::String

Returns the value of attribute new_version.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def new_version
  @new_version
end

#rollback_availableBoolean

Returns the value of attribute rollback_available.

Returns:

  • (Boolean)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def rollback_available
  @rollback_available
end