Class: Aws::RoboMaker::Types::S3KeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::S3KeyOutput
- Defined in:
- gems/aws-sdk-robomaker/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.
4374 4375 4376 4377 4378 4379 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4374 class S3KeyOutput < Struct.new( :s3_key, :etag) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key.
4374 4375 4376 4377 4378 4379 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4374 class S3KeyOutput < Struct.new( :s3_key, :etag) SENSITIVE = [] include Aws::Structure end |