Class: Aws::RoboMaker::Types::S3KeyOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#etagString

The etag for the object.

Returns:

  • (String)


4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4377

class S3KeyOutput < Struct.new(
  :s3_key,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#s3_keyString

The S3 key.

Returns:

  • (String)


4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4377

class S3KeyOutput < Struct.new(
  :s3_key,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end