Class: Aws::QuickSight::Types::UpdateSpaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the space.

Returns:

  • (String)


51519
51520
51521
51522
51523
51524
51525
51526
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51519

class UpdateSpaceRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :name,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#description ⇒ String

A new description for the space.

Returns:

  • (String)


51519
51520
51521
51522
51523
51524
51525
51526
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51519

class UpdateSpaceRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :name,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#name ⇒ String

A new display name for the space.

Returns:

  • (String)


51519
51520
51521
51522
51523
51524
51525
51526
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51519

class UpdateSpaceRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :name,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#space_id ⇒ String

The ID of the space that you want to update.

Returns:

  • (String)


51519
51520
51521
51522
51523
51524
51525
51526
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51519

class UpdateSpaceRequest < Struct.new(
  :aws_account_id,
  :space_id,
  :name,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end