Class: Aws::EFS::Types::DeleteAccessPointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_idString

The ID of the access point that you want to delete.

Returns:

  • (String)


639
640
641
642
643
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 639

class DeleteAccessPointRequest < Struct.new(
  :access_point_id)
  SENSITIVE = []
  include Aws::Structure
end