Class: Aws::Types::DescribeDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_network_access_type"PublicInternetOnly", "VpcOnly"

Returns the value of attribute app_network_access_type.

Returns:

  • ("PublicInternetOnly", "VpcOnly")


4179
4180
4181
# File 'sig/types.rbs', line 4179

def app_network_access_type
  @app_network_access_type
end

#app_security_group_management"Service", "Customer"

Returns the value of attribute app_security_group_management.

Returns:

  • ("Service", "Customer")


4185
4186
4187
# File 'sig/types.rbs', line 4185

def app_security_group_management
  @app_security_group_management
end

#auth_mode"SSO", "IAM"

Returns the value of attribute auth_mode.

Returns:

  • ("SSO", "IAM")


4176
4177
4178
# File 'sig/types.rbs', line 4176

def auth_mode
  @auth_mode
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4172
4173
4174
# File 'sig/types.rbs', line 4172

def creation_time
  @creation_time
end

#default_space_settingsTypes::DefaultSpaceSettings

Returns the value of attribute default_space_settings.



4188
4189
4190
# File 'sig/types.rbs', line 4188

def default_space_settings
  @default_space_settings
end

#default_user_settingsTypes::UserSettings

Returns the value of attribute default_user_settings.

Returns:



4177
4178
4179
# File 'sig/types.rbs', line 4177

def 
  @default_user_settings
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


4165
4166
4167
# File 'sig/types.rbs', line 4165

def domain_arn
  @domain_arn
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


4166
4167
4168
# File 'sig/types.rbs', line 4166

def domain_id
  @domain_id
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


4167
4168
4169
# File 'sig/types.rbs', line 4167

def domain_name
  @domain_name
end

#domain_settingsTypes::DomainSettings

Returns the value of attribute domain_settings.



4178
4179
4180
# File 'sig/types.rbs', line 4178

def domain_settings
  @domain_settings
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4174
4175
4176
# File 'sig/types.rbs', line 4174

def failure_reason
  @failure_reason
end

#home_efs_file_system_creation"Enabled", "Disabled"

Returns the value of attribute home_efs_file_system_creation.

Returns:

  • ("Enabled", "Disabled")


4186
4187
4188
# File 'sig/types.rbs', line 4186

def home_efs_file_system_creation
  @home_efs_file_system_creation
end

#home_efs_file_system_id::String

Returns the value of attribute home_efs_file_system_id.

Returns:

  • (::String)


4168
4169
4170
# File 'sig/types.rbs', line 4168

def home_efs_file_system_id
  @home_efs_file_system_id
end

#home_efs_file_system_kms_key_id::String

Returns the value of attribute home_efs_file_system_kms_key_id.

Returns:

  • (::String)


4180
4181
4182
# File 'sig/types.rbs', line 4180

def home_efs_file_system_kms_key_id
  @home_efs_file_system_kms_key_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4184
4185
4186
# File 'sig/types.rbs', line 4184

def kms_key_id
  @kms_key_id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4173
4174
4175
# File 'sig/types.rbs', line 4173

def last_modified_time
  @last_modified_time
end

#security_group_id_for_domain_boundary::String

Returns the value of attribute security_group_id_for_domain_boundary.

Returns:

  • (::String)


4175
4176
4177
# File 'sig/types.rbs', line 4175

def security_group_id_for_domain_boundary
  @security_group_id_for_domain_boundary
end

#single_sign_on_application_arn::String

Returns the value of attribute single_sign_on_application_arn.

Returns:

  • (::String)


4170
4171
4172
# File 'sig/types.rbs', line 4170

def single_sign_on_application_arn
  @single_sign_on_application_arn
end

#single_sign_on_managed_application_instance_id::String

Returns the value of attribute single_sign_on_managed_application_instance_id.

Returns:

  • (::String)


4169
4170
4171
# File 'sig/types.rbs', line 4169

def single_sign_on_managed_application_instance_id
  @single_sign_on_managed_application_instance_id
end

#status"Deleting", ...

Returns the value of attribute status.

Returns:

  • ("Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed")


4171
4172
4173
# File 'sig/types.rbs', line 4171

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


4181
4182
4183
# File 'sig/types.rbs', line 4181

def subnet_ids
  @subnet_ids
end

#tag_propagation"ENABLED", "DISABLED"

Returns the value of attribute tag_propagation.

Returns:

  • ("ENABLED", "DISABLED")


4187
4188
4189
# File 'sig/types.rbs', line 4187

def tag_propagation
  @tag_propagation
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


4182
4183
4184
# File 'sig/types.rbs', line 4182

def url
  @url
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


4183
4184
4185
# File 'sig/types.rbs', line 4183

def vpc_id
  @vpc_id
end