Class: Aws::S3Files::Types::GetAccessPointRequest

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 retrieve information for.

Returns:

  • (String)


533
534
535
536
537
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 533

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