Module: Aws::QBusiness::Client::_GetWebExperienceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWebExperienceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #authentication_configuration ⇒ Types::WebExperienceAuthConfiguration
- #browser_extension_configuration ⇒ Types::BrowserExtensionConfiguration
- #created_at ⇒ ::Time
- #customization_configuration ⇒ Types::CustomizationConfiguration
- #default_endpoint ⇒ ::String
- #identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
- #origins ⇒ ::Array[::String]
- #role_arn ⇒ ::String
- #sample_prompts_control_mode ⇒ "ENABLED", "DISABLED"
- #status ⇒ "CREATING", ...
- #subtitle ⇒ ::String
- #title ⇒ ::String
- #updated_at ⇒ ::Time
- #web_experience_arn ⇒ ::String
- #web_experience_id ⇒ ::String
- #welcome_message ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def application_id: () -> ::String
|
#authentication_configuration ⇒ Types::WebExperienceAuthConfiguration
913 |
# File 'sig/client.rbs', line 913
def authentication_configuration: () -> Types::WebExperienceAuthConfiguration
|
#browser_extension_configuration ⇒ Types::BrowserExtensionConfiguration
914 |
# File 'sig/client.rbs', line 914
def browser_extension_configuration: () -> Types::BrowserExtensionConfiguration
|
#created_at ⇒ ::Time
904 |
# File 'sig/client.rbs', line 904
def created_at: () -> ::Time
|
#customization_configuration ⇒ Types::CustomizationConfiguration
915 |
# File 'sig/client.rbs', line 915
def customization_configuration: () -> Types::CustomizationConfiguration
|
#default_endpoint ⇒ ::String
902 |
# File 'sig/client.rbs', line 902
def default_endpoint: () -> ::String
|
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
912 |
# File 'sig/client.rbs', line 912
def identity_provider_configuration: () -> Types::IdentityProviderConfiguration
|
#origins ⇒ ::Array[::String]
910 |
# File 'sig/client.rbs', line 910
def origins: () -> ::Array[::String]
|
#role_arn ⇒ ::String
911 |
# File 'sig/client.rbs', line 911
def role_arn: () -> ::String
|
#sample_prompts_control_mode ⇒ "ENABLED", "DISABLED"
909 |
# File 'sig/client.rbs', line 909
def sample_prompts_control_mode: () -> ("ENABLED" | "DISABLED")
|
#status ⇒ "CREATING", ...
903 |
# File 'sig/client.rbs', line 903
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "PENDING_AUTH_CONFIG")
|
#subtitle ⇒ ::String
907 |
# File 'sig/client.rbs', line 907
def subtitle: () -> ::String
|
#title ⇒ ::String
906 |
# File 'sig/client.rbs', line 906
def title: () -> ::String
|
#updated_at ⇒ ::Time
905 |
# File 'sig/client.rbs', line 905
def updated_at: () -> ::Time
|
#web_experience_arn ⇒ ::String
901 |
# File 'sig/client.rbs', line 901
def web_experience_arn: () -> ::String
|
#web_experience_id ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def web_experience_id: () -> ::String
|
#welcome_message ⇒ ::String
908 |
# File 'sig/client.rbs', line 908
def welcome_message: () -> ::String
|