Method: Aws::QuickSight::Types::ListFoldersResponse#request_id
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
22347 22348 22349 22350 22351 22352 22353 22354 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22347 class ListFoldersResponse < Struct.new( :status, :folder_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |