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_arn ⇒ String

The ARN of the archive.

Returns:

  • (String)


5525
5526
5527
5528
5529
5530
5531
5532
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5525

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

#creation_time ⇒ Time

The time at which the archive was updated.

Returns:

  • (Time)


5525
5526
5527
5528
5529
5530
5531
5532
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5525

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

#state ⇒ String

The state of the archive.

Returns:

  • (String)


5525
5526
5527
5528
5529
5530
5531
5532
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5525

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

#state_reason ⇒ String

The reason that the archive is in the current state.

Returns:

  • (String)


5525
5526
5527
5528
5529
5530
5531
5532
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5525

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