Class: Aws::SSMQuickSetup::Types::StatusSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb

Overview

A summarized description of the status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_atTime

The datetime stamp when the status was last updated.

Returns:

  • (Time)


1422
1423
1424
1425
1426
1427
1428
1429
1430
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422

class StatusSummary < Struct.new(
  :last_updated_at,
  :status,
  :status_details,
  :status_message,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status.

Returns:

  • (String)


1422
1423
1424
1425
1426
1427
1428
1429
1430
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422

class StatusSummary < Struct.new(
  :last_updated_at,
  :status,
  :status_details,
  :status_message,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_detailsHash<String,String>

Details about the status.

Returns:

  • (Hash<String,String>)


1422
1423
1424
1425
1426
1427
1428
1429
1430
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422

class StatusSummary < Struct.new(
  :last_updated_at,
  :status,
  :status_details,
  :status_message,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.

Returns:

  • (String)


1422
1423
1424
1425
1426
1427
1428
1429
1430
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422

class StatusSummary < Struct.new(
  :last_updated_at,
  :status,
  :status_details,
  :status_message,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end

#status_typeString

The type of a status summary.

Returns:

  • (String)


1422
1423
1424
1425
1426
1427
1428
1429
1430
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422

class StatusSummary < Struct.new(
  :last_updated_at,
  :status,
  :status_details,
  :status_message,
  :status_type)
  SENSITIVE = []
  include Aws::Structure
end