Class: Aws::CloudWatchEvents::Types::CreateArchiveResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/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 that was created.

Returns:

  • (String)


731
732
733
734
735
736
737
738
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 731

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

#creation_timeTime

The time at which the archive was created.

Returns:

  • (Time)


731
732
733
734
735
736
737
738
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 731

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

#stateString

The state of the archive that was created.

Returns:

  • (String)


731
732
733
734
735
736
737
738
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 731

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

#state_reasonString

The reason that the archive is in the state.

Returns:

  • (String)


731
732
733
734
735
736
737
738
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 731

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