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)


1318
1319
1320
1321
1322
1323
1324
1325
1326
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1318

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)


1318
1319
1320
1321
1322
1323
1324
1325
1326
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1318

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


1318
1319
1320
1321
1322
1323
1324
1325
1326
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1318

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)


1318
1319
1320
1321
1322
1323
1324
1325
1326
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1318

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)


1318
1319
1320
1321
1322
1323
1324
1325
1326
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1318

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