Class: Aws::Repostspace::Types::GetSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::GetSpaceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the private re:Post.
-
#client_id ⇒ String
The Identity Center identifier for the Application Instance.
-
#configuration_status ⇒ String
The configuration status of the private re:Post.
-
#content_size ⇒ Integer
The content size of the private re:Post.
-
#create_date_time ⇒ Time
The date when the private re:Post was created.
-
#customer_role_arn ⇒ String
The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
-
#delete_date_time ⇒ Time
The date when the private re:Post was deleted.
-
#description ⇒ String
The description of the private re:Post.
-
#group_admins ⇒ Array<String>
The list of groups that are administrators of the private re:Post.
-
#name ⇒ String
The name of the private re:Post.
-
#random_domain ⇒ String
The AWS generated subdomain of the private re:Post.
-
#roles ⇒ Hash<String,Array<String>>
A map of accessor identifiers and their roles.
-
#space_id ⇒ String
The unique ID of the private re:Post.
-
#status ⇒ String
The creation or deletion status of the private re:Post.
-
#storage_limit ⇒ Integer
The storage limit of the private re:Post.
-
#tier ⇒ String
The pricing tier of the private re:Post.
-
#user_admins ⇒ Array<String>
The list of users that are administrators of the private re:Post.
-
#user_count ⇒ Integer
The number of users that have onboarded to the private re:Post.
-
#user_kms_key ⇒ String
The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
-
#vanity_domain ⇒ String
The custom subdomain that you use to access your private re:Post.
-
#vanity_domain_status ⇒ String
The approval status of the custom subdomain.
Instance Attribute Details
#arn ⇒ String
The ARN of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#client_id ⇒ String
The Identity Center identifier for the Application Instance.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#configuration_status ⇒ String
The configuration status of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#content_size ⇒ Integer
The content size of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#create_date_time ⇒ Time
The date when the private re:Post was created.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#customer_role_arn ⇒ String
The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#delete_date_time ⇒ Time
The date when the private re:Post was deleted.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#group_admins ⇒ Array<String>
The list of groups that are administrators of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#random_domain ⇒ String
The AWS generated subdomain of the private re:Post
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#roles ⇒ Hash<String,Array<String>>
A map of accessor identifiers and their roles.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The creation or deletion status of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#storage_limit ⇒ Integer
The storage limit of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#tier ⇒ String
The pricing tier of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#user_admins ⇒ Array<String>
The list of users that are administrators of the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#user_count ⇒ Integer
The number of users that have onboarded to the private re:Post.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#user_kms_key ⇒ String
The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#vanity_domain ⇒ String
The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#vanity_domain_status ⇒ String
The approval status of the custom subdomain.
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-repostspace/types.rb', line 342 class GetSpaceOutput < Struct.new( :arn, :client_id, :configuration_status, :content_size, :create_date_time, :customer_role_arn, :delete_date_time, :description, :group_admins, :name, :random_domain, :roles, :space_id, :status, :storage_limit, :tier, :user_admins, :user_count, :user_kms_key, :vanity_domain, :vanity_domain_status) SENSITIVE = [:description, :name] include Aws::Structure end |