Class: Aws::Artifact::Types::ResponseVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ResponseVersion
- 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
-
#response_text ⇒ String
The response text for this version.
-
#timestamp ⇒ Time
ISO 8601 timestamp of when this edit was made.
Instance Attribute Details
#response_text ⇒ String
The response text for this version.
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 |
#timestamp ⇒ Time
ISO 8601 timestamp of when this edit was made.
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 |