Class: Aws::EFS::Types::DeleteAccessPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DeleteAccessPointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_id ⇒ String
The ID of the access point that you want to delete.
Instance Attribute Details
#access_point_id ⇒ String
The ID of the access point that you want to delete.
639 640 641 642 643 |
# File 'lib/aws-sdk-efs/types.rb', line 639 class DeleteAccessPointRequest < Struct.new( :access_point_id) SENSITIVE = [] include Aws::Structure end |