Class: Aws::LookoutEquipment::Types::S3Object

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

Overview

Contains information about an S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the specific S3 bucket.

Returns:

  • (String)


3882
3883
3884
3885
3886
3887
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3882

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

#keyString

The Amazon Web Services Key Management Service (KMS key) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

Returns:

  • (String)


3882
3883
3884
3885
3886
3887
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3882

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