Class: Aws::EFS::Types::DescribeAccessPointsResponse

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_pointsArray<Types::AccessPointDescription>

An array of access point descriptions.

Returns:



785
786
787
788
789
790
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 785

class DescribeAccessPointsResponse < Struct.new(
  :access_points,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.

Returns:

  • (String)


785
786
787
788
789
790
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 785

class DescribeAccessPointsResponse < Struct.new(
  :access_points,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end