Class: Aws::WorkMail::Types::ListResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListResourcesResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token used to paginate through all the organization's resources.
-
#resources ⇒ Array<Types::Resource>
One page of the organization's resource representation.
Instance Attribute Details
#next_token ⇒ String
The token used to paginate through all the organization's resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.
2829 2830 2831 2832 2833 2834 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2829 class ListResourcesResponse < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
One page of the organization's resource representation.
2829 2830 2831 2832 2833 2834 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2829 class ListResourcesResponse < Struct.new( :resources, :next_token) SENSITIVE = [] include Aws::Structure end |