Class: Aws::IoTTwinMaker::Types::S3SourceConfiguration

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

Overview

The S3 destination source configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

The S3 destination source configuration location.

Returns:

  • (String)


3424
3425
3426
3427
3428
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3424

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