Class: Aws::QuickSight::Types::UpdateSpaceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


47362
47363
47364
47365
47366
47367
47368
# File 'lib/aws-sdk-quicksight/types.rb', line 47362

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

#space_arnString

The ARN of the space.

Returns:

  • (String)


47362
47363
47364
47365
47366
47367
47368
# File 'lib/aws-sdk-quicksight/types.rb', line 47362

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

#space_idString

The ID of the space.

Returns:

  • (String)


47362
47363
47364
47365
47366
47367
47368
# File 'lib/aws-sdk-quicksight/types.rb', line 47362

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