Class: Aws::Types::ServiceSoftwareOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automated_update_date::Time

Returns the value of attribute automated_update_date.

Returns:

  • (::Time)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def automated_update_date
  @automated_update_date
end

#cancellableBoolean

Returns the value of attribute cancellable.

Returns:

  • (Boolean)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def cancellable
  @cancellable
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


2240
2241
2242
# File 'sig/types.rbs', line 2240

def current_version
  @current_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def description
  @description
end

#new_version::String

Returns the value of attribute new_version.

Returns:

  • (::String)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def new_version
  @new_version
end

#optional_deploymentBoolean

Returns the value of attribute optional_deployment.

Returns:

  • (Boolean)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def optional_deployment
  @optional_deployment
end

#update_availableBoolean

Returns the value of attribute update_available.

Returns:

  • (Boolean)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def update_available
  @update_available
end

#update_status"PENDING_UPDATE", ...

Returns the value of attribute update_status.

Returns:

  • ("PENDING_UPDATE", "IN_PROGRESS", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE")


2244
2245
2246
# File 'sig/types.rbs', line 2244

def update_status
  @update_status
end