Class: Aws::Repostspace::Types::UpdateSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::UpdateSpaceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the private re:Post.
-
#role_arn ⇒ String
The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
-
#space_id ⇒ String
The unique ID of this private re:Post.
-
#tier ⇒ String
The pricing tier of this private re:Post.
Instance Attribute Details
#description ⇒ String
A description for the private re:Post. This is used only to help you identify this private re:Post.
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_arn ⇒ String
The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
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_id ⇒ String
The unique ID of this private re:Post.
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 |
#tier ⇒ String
The pricing tier of this private re:Post.
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 |