Module: Aws::Repostspace::Client::_GetSpaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSpaceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_arn ⇒ ::String
- #arn ⇒ ::String
- #client_id ⇒ ::String
- #configuration_status ⇒ "CONFIGURED", "UNCONFIGURED"
- #content_size ⇒ ::Integer
- #create_date_time ⇒ ::Time
- #customer_role_arn ⇒ ::String
- #delete_date_time ⇒ ::Time
- #description ⇒ ::String
- #group_admins ⇒ ::Array[::String]
- #identity_store_id ⇒ ::String
- #name ⇒ ::String
- #random_domain ⇒ ::String
- #roles ⇒ ::Hash[::String, ::Array[("EXPERT" | "MODERATOR" | "ADMINISTRATOR" | "SUPPORTREQUESTOR")]]
- #space_id ⇒ ::String
- #status ⇒ ::String
- #storage_limit ⇒ ::Integer
- #supported_email_domains ⇒ Types::SupportedEmailDomainsStatus
- #tier ⇒ "BASIC", "STANDARD"
- #user_admins ⇒ ::Array[::String]
- #user_count ⇒ ::Integer
- #user_kms_key ⇒ ::String
- #vanity_domain ⇒ ::String
- #vanity_domain_status ⇒ "PENDING", ...
Instance Method Details
#application_arn ⇒ ::String
207 |
# File 'sig/client.rbs', line 207
def application_arn: () -> ::String
|
#arn ⇒ ::String
201 |
# File 'sig/client.rbs', line 201
def arn: () -> ::String
|
#client_id ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def client_id: () -> ::String
|
#configuration_status ⇒ "CONFIGURED", "UNCONFIGURED"
204 |
# File 'sig/client.rbs', line 204
def configuration_status: () -> ("CONFIGURED" | "UNCONFIGURED")
|
#content_size ⇒ ::Integer
222 |
# File 'sig/client.rbs', line 222
def content_size: () -> ::Integer
|
#create_date_time ⇒ ::Time
213 |
# File 'sig/client.rbs', line 213
def create_date_time: () -> ::Time
|
#customer_role_arn ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def customer_role_arn: () -> ::String
|
#delete_date_time ⇒ ::Time
214 |
# File 'sig/client.rbs', line 214
def delete_date_time: () -> ::Time
|
#description ⇒ ::String
208 |
# File 'sig/client.rbs', line 208
def description: () -> ::String
|
#group_admins ⇒ ::Array[::String]
218 |
# File 'sig/client.rbs', line 218
def group_admins: () -> ::Array[::String]
|
#identity_store_id ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def identity_store_id: () -> ::String
|
#name ⇒ ::String
202 |
# File 'sig/client.rbs', line 202
def name: () -> ::String
|
#random_domain ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def random_domain: () -> ::String
|
#roles ⇒ ::Hash[::String, ::Array[("EXPERT" | "MODERATOR" | "ADMINISTRATOR" | "SUPPORTREQUESTOR")]]
219 |
# File 'sig/client.rbs', line 219
def roles: () -> ::Hash[::String, ::Array[("EXPERT" | "MODERATOR" | "ADMINISTRATOR" | "SUPPORTREQUESTOR")]]
|
#space_id ⇒ ::String
200 |
# File 'sig/client.rbs', line 200
def space_id: () -> ::String
|
#status ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def status: () -> ::String
|
#storage_limit ⇒ ::Integer
216 |
# File 'sig/client.rbs', line 216
def storage_limit: () -> ::Integer
|
#supported_email_domains ⇒ Types::SupportedEmailDomainsStatus
223 |
# File 'sig/client.rbs', line 223
def supported_email_domains: () -> Types::SupportedEmailDomainsStatus
|
#tier ⇒ "BASIC", "STANDARD"
215 |
# File 'sig/client.rbs', line 215
def tier: () -> ("BASIC" | "STANDARD")
|
#user_admins ⇒ ::Array[::String]
217 |
# File 'sig/client.rbs', line 217
def user_admins: () -> ::Array[::String]
|
#user_count ⇒ ::Integer
221 |
# File 'sig/client.rbs', line 221
def user_count: () -> ::Integer
|
#user_kms_key ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def user_kms_key: () -> ::String
|
#vanity_domain ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def vanity_domain: () -> ::String
|
#vanity_domain_status ⇒ "PENDING", ...
209 |
# File 'sig/client.rbs', line 209
def vanity_domain_status: () -> ("PENDING" | "APPROVED" | "UNAPPROVED")
|