Class: Aws::IoT::Types::S3Location

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

Overview

The S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket.

Returns:

  • (String)


13422
13423
13424
13425
13426
13427
13428
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422

class S3Location < Struct.new(
  :bucket,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The S3 key.

Returns:

  • (String)


13422
13423
13424
13425
13426
13427
13428
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422

class S3Location < Struct.new(
  :bucket,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The S3 bucket version.

Returns:

  • (String)


13422
13423
13424
13425
13426
13427
13428
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13422

class S3Location < Struct.new(
  :bucket,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end