Class: Aws::QuickSight::Types::CreateSpaceResponse

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


11755
11756
11757
11758
11759
11760
11761
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11755

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

#space_arn ⇒ String

The ARN of the space.

Returns:

  • (String)


11755
11756
11757
11758
11759
11760
11761
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11755

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

#space_id ⇒ String

The ID of the space.

Returns:

  • (String)


11755
11756
11757
11758
11759
11760
11761
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11755

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