Class: Aws::QuickSight::Types::ListSpacesResponse

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

#next_tokenString

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

Returns:

  • (String)


29506
29507
29508
29509
29510
29511
29512
29513
29514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506

class ListSpacesResponse < Struct.new(
  :space_id,
  :space_arn,
  :space_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


29506
29507
29508
29509
29510
29511
29512
29513
29514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506

class ListSpacesResponse < Struct.new(
  :space_id,
  :space_arn,
  :space_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_arnString

The ARN of the space.

Returns:

  • (String)


29506
29507
29508
29509
29510
29511
29512
29513
29514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506

class ListSpacesResponse < Struct.new(
  :space_id,
  :space_arn,
  :space_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The ID of the space.

Returns:

  • (String)


29506
29507
29508
29509
29510
29511
29512
29513
29514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506

class ListSpacesResponse < Struct.new(
  :space_id,
  :space_arn,
  :space_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_summariesArray<Types::SpaceSummary>

A list of space summaries.

Returns:



29506
29507
29508
29509
29510
29511
29512
29513
29514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506

class ListSpacesResponse < Struct.new(
  :space_id,
  :space_arn,
  :space_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end