Class: Aws::CloudWatchEvents::Types::UpdateArchiveResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_arnString

The ARN of the archive.

Returns:

  • (String)


4176
4177
4178
4179
4180
4181
4182
4183
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176

class UpdateArchiveResponse < Struct.new(
  :archive_arn,
  :state,
  :state_reason,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time at which the archive was updated.

Returns:

  • (Time)


4176
4177
4178
4179
4180
4181
4182
4183
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176

class UpdateArchiveResponse < Struct.new(
  :archive_arn,
  :state,
  :state_reason,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the archive.

Returns:

  • (String)


4176
4177
4178
4179
4180
4181
4182
4183
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176

class UpdateArchiveResponse < Struct.new(
  :archive_arn,
  :state,
  :state_reason,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

The reason that the archive is in the current state.

Returns:

  • (String)


4176
4177
4178
4179
4180
4181
4182
4183
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176

class UpdateArchiveResponse < Struct.new(
  :archive_arn,
  :state,
  :state_reason,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end