Class: Aws::FSx::Types::S3AccessPointOntapConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::S3AccessPointOntapConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Describes the FSx for ONTAP attachment configuration of an S3 access point attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_identity ⇒ Types::OntapFileSystemIdentity
The file system identity used to authorize file access requests made using the S3 access point.
-
#volume_id ⇒ String
The ID of the FSx for ONTAP volume that the S3 access point is attached to.
Instance Attribute Details
#file_system_identity ⇒ Types::OntapFileSystemIdentity
The file system identity used to authorize file access requests made using the S3 access point.
8654 8655 8656 8657 8658 8659 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8654 class S3AccessPointOntapConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the FSx for ONTAP volume that the S3 access point is attached to.
8654 8655 8656 8657 8658 8659 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8654 class S3AccessPointOntapConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end |