Class: Aws::S3Files::Types::DeleteAccessPointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_idString

The ID or Amazon Resource Name (ARN) of the access point to delete.

Returns:

  • (String)


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