Class: Aws::IoTSiteWise::Types::S3AccessPointSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::S3AccessPointSource
- 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
-
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 access point.
-
#prefix ⇒ String
An optional key prefix to scope the mount to a subset of objects at the access point.
Instance Attribute Details
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 access point.
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 |
#prefix ⇒ String
An optional key prefix to scope the mount to a subset of objects at the access point.
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 |