Class: Aws::BedrockDataAutomation::Types::S3Object

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

Overview

S3 object

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

S3 uri.

Returns:

  • (String)


2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2357

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

#versionString

S3 object version.

Returns:

  • (String)


2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2357

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