Class: Aws::RoboMaker::Types::S3Object

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Information about an S3 object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The bucket containing the object.

Returns:

  • (String)


4400
4401
4402
4403
4404
4405
4406
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4400

class S3Object < Struct.new(
  :bucket,
  :key,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The etag of the object.

Returns:

  • (String)


4400
4401
4402
4403
4404
4405
4406
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4400

class S3Object < Struct.new(
  :bucket,
  :key,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key of the object.

Returns:

  • (String)


4400
4401
4402
4403
4404
4405
4406
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4400

class S3Object < Struct.new(
  :bucket,
  :key,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end