Class: Aws::IoTTwinMaker::Types::S3DestinationConfiguration

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

Overview

The S3 destination configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

The S3 destination configuration location.

Returns:

  • (String)


3412
3413
3414
3415
3416
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3412

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