Class: Aws::EventBridge::Types::UpdateArchiveResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_arnString

The ARN of the archive.

Returns:

  • (String)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4803

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)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4803

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

#stateString

The state of the archive.

Returns:

  • (String)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4803

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)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4803

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