Class: Aws::EFS::Types::DescribeAccessPointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeAccessPointsResponse
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_points ⇒ Array<Types::AccessPointDescription>
An array of access point descriptions.
-
#next_token ⇒ String
Present if there are more access points than returned in the response.
Instance Attribute Details
#access_points ⇒ Array<Types::AccessPointDescription>
An array of access point descriptions.
912 913 914 915 916 917 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 912 class DescribeAccessPointsResponse < Struct.new( :access_points, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
912 913 914 915 916 917 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 912 class DescribeAccessPointsResponse < Struct.new( :access_points, :next_token) SENSITIVE = [] include Aws::Structure end |