Class: Aws::S3Files::Types::DeleteAccessPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::DeleteAccessPointRequest
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_id ⇒ String
The ID or Amazon Resource Name (ARN) of the access point to delete.
Instance Attribute Details
#access_point_id ⇒ String
The ID or Amazon Resource Name (ARN) of the access point to delete.
458 459 460 461 462 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 458 class DeleteAccessPointRequest < Struct.new( :access_point_id) SENSITIVE = [] include Aws::Structure end |