Class: Aws::RoboMaker::Types::S3KeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::S3KeyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Information about S3 keys.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The etag for the object.
-
#s3_key ⇒ String
The S3 key.
Instance Attribute Details
#etag ⇒ String
The etag for the object.
4377 4378 4379 4380 4381 4382 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4377 class S3KeyOutput < Struct.new( :s3_key, :etag) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key.
4377 4378 4379 4380 4381 4382 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4377 class S3KeyOutput < Struct.new( :s3_key, :etag) SENSITIVE = [] include Aws::Structure end |