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.
5248 5249 5250 5251 5252 5253 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5248 class S3KeyOutput < Struct.new( :s3_key, :etag) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key.
5248 5249 5250 5251 5252 5253 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5248 class S3KeyOutput < Struct.new( :s3_key, :etag) SENSITIVE = [] include Aws::Structure end |