Class: Aws::QuickSight::Types::ListFoldersForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#foldersArray<String>

A list that contains the Amazon Resource Names (ARNs) of all folders that the resource is a member of.

Returns:

  • (Array<String>)


22268
22269
22270
22271
22272
22273
22274
22275
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22268

class ListFoldersForResourceResponse < Struct.new(
  :status,
  :folders,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


22268
22269
22270
22271
22272
22273
22274
22275
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22268

class ListFoldersForResourceResponse < Struct.new(
  :status,
  :folders,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


22268
22269
22270
22271
22272
22273
22274
22275
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22268

class ListFoldersForResourceResponse < Struct.new(
  :status,
  :folders,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


22268
22269
22270
22271
22272
22273
22274
22275
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22268

class ListFoldersForResourceResponse < Struct.new(
  :status,
  :folders,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end