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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/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)


624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 624

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)


624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 624

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)


624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 624

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)


624
625
626
627
628
629
630
631
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 624

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