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)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def automated_update_date
  @automated_update_date
end

#cancellableBoolean

Returns the value of attribute cancellable.

Returns:

  • (Boolean)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def cancellable
  @cancellable
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def current_version
  @current_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def description
  @description
end

#new_version::String

Returns the value of attribute new_version.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def new_version
  @new_version
end

#optional_deploymentBoolean

Returns the value of attribute optional_deployment.

Returns:

  • (Boolean)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def optional_deployment
  @optional_deployment
end

#update_availableBoolean

Returns the value of attribute update_available.

Returns:

  • (Boolean)


1150
1151
1152
# File 'sig/types.rbs', line 1150

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")


1152
1153
1154
# File 'sig/types.rbs', line 1152

def update_status
  @update_status
end