Class: Aws::Artifact::Types::ResponseVersion

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

Overview

A versioned snapshot of a response edit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_textString

The response text for this version.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 1073

class ResponseVersion < Struct.new(
  :response_text,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

ISO 8601 timestamp of when this edit was made.

Returns:

  • (Time)


1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 1073

class ResponseVersion < Struct.new(
  :response_text,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end