Class: Aws::Types::GetSpaceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSpaceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#configuration_status ⇒ "CONFIGURED", "UNCONFIGURED"
Returns the value of attribute configuration_status.
-
#content_size ⇒ ::Integer
Returns the value of attribute content_size.
-
#create_date_time ⇒ ::Time
Returns the value of attribute create_date_time.
-
#customer_role_arn ⇒ ::String
Returns the value of attribute customer_role_arn.
-
#delete_date_time ⇒ ::Time
Returns the value of attribute delete_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#group_admins ⇒ ::Array[::String]
Returns the value of attribute group_admins.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#random_domain ⇒ ::String
Returns the value of attribute random_domain.
-
#roles ⇒ ::Hash[::String, ::Array[("EXPERT" | "MODERATOR" | "ADMINISTRATOR" | "SUPPORTREQUESTOR")]]
Returns the value of attribute roles.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_limit ⇒ ::Integer
Returns the value of attribute storage_limit.
-
#supported_email_domains ⇒ Types::SupportedEmailDomainsStatus
Returns the value of attribute supported_email_domains.
-
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
-
#user_admins ⇒ ::Array[::String]
Returns the value of attribute user_admins.
-
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
-
#user_kms_key ⇒ ::String
Returns the value of attribute user_kms_key.
-
#vanity_domain ⇒ ::String
Returns the value of attribute vanity_domain.
-
#vanity_domain_status ⇒ "PENDING", ...
Returns the value of attribute vanity_domain_status.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
168 169 170 |
# File 'sig/types.rbs', line 168 def application_arn @application_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
162 163 164 |
# File 'sig/types.rbs', line 162 def arn @arn end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
166 167 168 |
# File 'sig/types.rbs', line 166 def client_id @client_id end |
#configuration_status ⇒ "CONFIGURED", "UNCONFIGURED"
Returns the value of attribute configuration_status.
165 166 167 |
# File 'sig/types.rbs', line 165 def configuration_status @configuration_status end |
#content_size ⇒ ::Integer
Returns the value of attribute content_size.
183 184 185 |
# File 'sig/types.rbs', line 183 def content_size @content_size end |
#create_date_time ⇒ ::Time
Returns the value of attribute create_date_time.
174 175 176 |
# File 'sig/types.rbs', line 174 def create_date_time @create_date_time end |
#customer_role_arn ⇒ ::String
Returns the value of attribute customer_role_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def customer_role_arn @customer_role_arn end |
#delete_date_time ⇒ ::Time
Returns the value of attribute delete_date_time.
175 176 177 |
# File 'sig/types.rbs', line 175 def delete_date_time @delete_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
169 170 171 |
# File 'sig/types.rbs', line 169 def description @description end |
#group_admins ⇒ ::Array[::String]
Returns the value of attribute group_admins.
179 180 181 |
# File 'sig/types.rbs', line 179 def group_admins @group_admins end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def identity_store_id @identity_store_id end |
#name ⇒ ::String
Returns the value of attribute name.
163 164 165 |
# File 'sig/types.rbs', line 163 def name @name end |
#random_domain ⇒ ::String
Returns the value of attribute random_domain.
172 173 174 |
# File 'sig/types.rbs', line 172 def random_domain @random_domain end |
#roles ⇒ ::Hash[::String, ::Array[("EXPERT" | "MODERATOR" | "ADMINISTRATOR" | "SUPPORTREQUESTOR")]]
Returns the value of attribute roles.
180 181 182 |
# File 'sig/types.rbs', line 180 def roles @roles end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def space_id @space_id end |
#status ⇒ ::String
Returns the value of attribute status.
164 165 166 |
# File 'sig/types.rbs', line 164 def status @status end |
#storage_limit ⇒ ::Integer
Returns the value of attribute storage_limit.
177 178 179 |
# File 'sig/types.rbs', line 177 def storage_limit @storage_limit end |
#supported_email_domains ⇒ Types::SupportedEmailDomainsStatus
Returns the value of attribute supported_email_domains.
184 185 186 |
# File 'sig/types.rbs', line 184 def supported_email_domains @supported_email_domains end |
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
176 177 178 |
# File 'sig/types.rbs', line 176 def tier @tier end |
#user_admins ⇒ ::Array[::String]
Returns the value of attribute user_admins.
178 179 180 |
# File 'sig/types.rbs', line 178 def user_admins @user_admins end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
182 183 184 |
# File 'sig/types.rbs', line 182 def user_count @user_count end |
#user_kms_key ⇒ ::String
Returns the value of attribute user_kms_key.
181 182 183 |
# File 'sig/types.rbs', line 181 def user_kms_key @user_kms_key end |
#vanity_domain ⇒ ::String
Returns the value of attribute vanity_domain.
171 172 173 |
# File 'sig/types.rbs', line 171 def vanity_domain @vanity_domain end |
#vanity_domain_status ⇒ "PENDING", ...
Returns the value of attribute vanity_domain_status.
170 171 172 |
# File 'sig/types.rbs', line 170 def vanity_domain_status @vanity_domain_status end |