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")


4162
4163
4164
# File 'sig/types.rbs', line 4162

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")


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

def app_security_group_management
  @app_security_group_management
end

#auth_mode"SSO", "IAM"

Returns the value of attribute auth_mode.

Returns:

  • ("SSO", "IAM")


4159
4160
4161
# File 'sig/types.rbs', line 4159

def auth_mode
  @auth_mode
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4155
4156
4157
# File 'sig/types.rbs', line 4155

def creation_time
  @creation_time
end

#default_space_settingsTypes::DefaultSpaceSettings

Returns the value of attribute default_space_settings.



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

def default_space_settings
  @default_space_settings
end

#default_user_settingsTypes::UserSettings

Returns the value of attribute default_user_settings.

Returns:



4160
4161
4162
# File 'sig/types.rbs', line 4160

def 
  @default_user_settings
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


4148
4149
4150
# File 'sig/types.rbs', line 4148

def domain_arn
  @domain_arn
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


4149
4150
4151
# File 'sig/types.rbs', line 4149

def domain_id
  @domain_id
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


4150
4151
4152
# File 'sig/types.rbs', line 4150

def domain_name
  @domain_name
end

#domain_settingsTypes::DomainSettings

Returns the value of attribute domain_settings.



4161
4162
4163
# File 'sig/types.rbs', line 4161

def domain_settings
  @domain_settings
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4157
4158
4159
# File 'sig/types.rbs', line 4157

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")


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

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)


4151
4152
4153
# File 'sig/types.rbs', line 4151

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)


4163
4164
4165
# File 'sig/types.rbs', line 4163

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)


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

def kms_key_id
  @kms_key_id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4156
4157
4158
# File 'sig/types.rbs', line 4156

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)


4158
4159
4160
# File 'sig/types.rbs', line 4158

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)


4153
4154
4155
# File 'sig/types.rbs', line 4153

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)


4152
4153
4154
# File 'sig/types.rbs', line 4152

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")


4154
4155
4156
# File 'sig/types.rbs', line 4154

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


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

def subnet_ids
  @subnet_ids
end

#tag_propagation"ENABLED", "DISABLED"

Returns the value of attribute tag_propagation.

Returns:

  • ("ENABLED", "DISABLED")


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

def tag_propagation
  @tag_propagation
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


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

def url
  @url
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


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

def vpc_id
  @vpc_id
end