Class: Aws::Types::SoftwareInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#install_state ⇒ ::String

Returns the value of attribute install_state.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def install_state
  @install_state
end

#installed_version ⇒ ::String

Returns the value of attribute installed_version.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def installed_version
  @installed_version
end

#installing_version ⇒ ::String

Returns the value of attribute installing_version.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def installing_version
  @installing_version
end