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>)


26179
26180
26181
26182
26183
26184
26185
26186
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26179

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)


26179
26180
26181
26182
26183
26184
26185
26186
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26179

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)


26179
26180
26181
26182
26183
26184
26185
26186
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26179

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


26179
26180
26181
26182
26183
26184
26185
26186
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26179

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