Class: Aws::IoTSiteWise::Types::S3AccessPointSource

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

Overview

Configures a mount that reads from an Amazon S3 access point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arnString

The Amazon Resource Name (ARN) of the S3 access point.

Returns:

  • (String)


13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13513

class S3AccessPointSource < Struct.new(
  :access_point_arn,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

An optional key prefix to scope the mount to a subset of objects at the access point.

Returns:

  • (String)


13513
13514
13515
13516
13517
13518
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13513

class S3AccessPointSource < Struct.new(
  :access_point_arn,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end