Class: Aws::MWAA::Types::LastUpdate

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

Overview

Describes the status of the last update on the environment, and any errors that were encountered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The day and time of the last update on the environment.

Returns:

  • (Time)


942
943
944
945
946
947
948
949
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 942

class LastUpdate < Struct.new(
  :status,
  :created_at,
  :error,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::UpdateError

The error that was encountered during the last update of the environment.

Returns:



942
943
944
945
946
947
948
949
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 942

class LastUpdate < Struct.new(
  :status,
  :created_at,
  :error,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.

Returns:

  • (String)


942
943
944
945
946
947
948
949
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 942

class LastUpdate < Struct.new(
  :status,
  :created_at,
  :error,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the last update on the environment.

Returns:

  • (String)


942
943
944
945
946
947
948
949
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 942

class LastUpdate < Struct.new(
  :status,
  :created_at,
  :error,
  :source)
  SENSITIVE = []
  include Aws::Structure
end