Class: Aws::Types::GetSpaceOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def application_arn
  @application_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def arn
  @arn
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


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.

Returns:

  • ("CONFIGURED", "UNCONFIGURED")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def description
  @description
end

#group_admins::Array[::String]

Returns the value of attribute group_admins.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def name
  @name
end

#random_domain::String

Returns the value of attribute random_domain.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Array[("EXPERT" | "MODERATOR" | "ADMINISTRATOR" | "SUPPORTREQUESTOR")]])


180
181
182
# File 'sig/types.rbs', line 180

def roles
  @roles
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def space_id
  @space_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def status
  @status
end

#storage_limit::Integer

Returns the value of attribute storage_limit.

Returns:

  • (::Integer)


177
178
179
# File 'sig/types.rbs', line 177

def storage_limit
  @storage_limit
end

#supported_email_domainsTypes::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.

Returns:

  • ("BASIC", "STANDARD")


176
177
178
# File 'sig/types.rbs', line 176

def tier
  @tier
end

#user_admins::Array[::String]

Returns the value of attribute user_admins.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PENDING", "APPROVED", "UNAPPROVED")


170
171
172
# File 'sig/types.rbs', line 170

def vanity_domain_status
  @vanity_domain_status
end