Class: Aws::Types::InstalledComponent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def component_name
  @component_name
end

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def component_version
  @component_version
end

#is_root ⇒ Boolean

Returns the value of attribute is_root.

Returns:

  • (Boolean)


411
412
413
# File 'sig/types.rbs', line 411

def is_root
  @is_root
end

#last_installation_source ⇒ ::String

Returns the value of attribute last_installation_source.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def last_installation_source
  @last_installation_source
end

#last_reported_timestamp ⇒ ::Time

Returns the value of attribute last_reported_timestamp.

Returns:

  • (::Time)


413
414
415
# File 'sig/types.rbs', line 413

def last_reported_timestamp
  @last_reported_timestamp
end

#last_status_change_timestamp ⇒ ::Time

Returns the value of attribute last_status_change_timestamp.

Returns:

  • (::Time)


412
413
414
# File 'sig/types.rbs', line 412

def last_status_change_timestamp
  @last_status_change_timestamp
end

#lifecycle_state ⇒ "NEW", ...

Returns the value of attribute lifecycle_state.

Returns:

  • ("NEW", "INSTALLED", "STARTING", "RUNNING", "STOPPING", "ERRORED", "BROKEN", "FINISHED")


409
410
411
# File 'sig/types.rbs', line 409

def lifecycle_state
  @lifecycle_state
end

#lifecycle_state_details ⇒ ::String

Returns the value of attribute lifecycle_state_details.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def lifecycle_state_details
  @lifecycle_state_details
end

#lifecycle_status_codes ⇒ ::Array[::String]

Returns the value of attribute lifecycle_status_codes.

Returns:

  • (::Array[::String])


415
416
417
# File 'sig/types.rbs', line 415

def lifecycle_status_codes
  @lifecycle_status_codes
end