Class: Aws::Repostspace::Types::UpdateSpaceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the private re:Post. This is used only to help you identify this private re:Post.

Returns:

  • (String)


731
732
733
734
735
736
737
738
# File 'lib/aws-sdk-repostspace/types.rb', line 731

class UpdateSpaceInput < Struct.new(
  :description,
  :role_arn,
  :space_id,
  :tier)
  SENSITIVE = [:description]
  include Aws::Structure
end

#role_arnString

The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

Returns:

  • (String)


731
732
733
734
735
736
737
738
# File 'lib/aws-sdk-repostspace/types.rb', line 731

class UpdateSpaceInput < Struct.new(
  :description,
  :role_arn,
  :space_id,
  :tier)
  SENSITIVE = [:description]
  include Aws::Structure
end

#space_idString

The unique ID of this private re:Post.

Returns:

  • (String)


731
732
733
734
735
736
737
738
# File 'lib/aws-sdk-repostspace/types.rb', line 731

class UpdateSpaceInput < Struct.new(
  :description,
  :role_arn,
  :space_id,
  :tier)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tierString

The pricing tier of this private re:Post.

Returns:

  • (String)


731
732
733
734
735
736
737
738
# File 'lib/aws-sdk-repostspace/types.rb', line 731

class UpdateSpaceInput < Struct.new(
  :description,
  :role_arn,
  :space_id,
  :tier)
  SENSITIVE = [:description]
  include Aws::Structure
end