Class: Aws::CleanRoomsML::Types::S3ConfigMap

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides information about an Amazon S3 bucket and path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 location URI.

Returns:

  • (String)


4980
4981
4982
4983
4984
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4980

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