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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1002
1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-mwaa/types.rb', line 1002

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:



1002
1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-mwaa/types.rb', line 1002

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)


1002
1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-mwaa/types.rb', line 1002

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)


1002
1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-mwaa/types.rb', line 1002

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