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)


1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1549

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

#versionString

S3 object version.

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1549

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