Class: Aws::FSx::Types::DescribeS3AccessPointAttachmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeS3AccessPointAttachmentsRequest
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::S3AccessPointAttachmentsFilter>
Enter a filter Name and Values pair to view a select set of S3 access point attachments.
-
#max_results ⇒ Integer
The maximum number of resources to return in the response.
-
#names ⇒ Array<String>
The names of the S3 access point attachments whose descriptions you want to retrieve.
-
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous operation (String).
Instance Attribute Details
#filters ⇒ Array<Types::S3AccessPointAttachmentsFilter>
Enter a filter Name and Values pair to view a select set of S3 access point attachments.
5293 5294 5295 5296 5297 5298 5299 5300 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5293 class DescribeS3AccessPointAttachmentsRequest < Struct.new( :names, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of resources to return in the response. This value must be an integer greater than zero.
5293 5294 5295 5296 5297 5298 5299 5300 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5293 class DescribeS3AccessPointAttachmentsRequest < Struct.new( :names, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names of the S3 access point attachments whose descriptions you want to retrieve.
5293 5294 5295 5296 5297 5298 5299 5300 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5293 class DescribeS3AccessPointAttachmentsRequest < Struct.new( :names, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous
operation (String). If present, this token indicates from what point
you can continue processing the request, where the previous
NextToken
value left off.
5293 5294 5295 5296 5297 5298 5299 5300 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5293 class DescribeS3AccessPointAttachmentsRequest < Struct.new( :names, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |