Struct aws_sdk_quicksight::model::ServiceNowParameters
source · #[non_exhaustive]pub struct ServiceNowParameters { /* private fields */ }Expand description
The parameters for ServiceNow.
Implementations§
source§impl ServiceNowParameters
impl ServiceNowParameters
sourcepub fn site_base_url(&self) -> Option<&str>
pub fn site_base_url(&self) -> Option<&str>
URL of the base site.
source§impl ServiceNowParameters
impl ServiceNowParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceNowParameters.
Trait Implementations§
source§impl Clone for ServiceNowParameters
impl Clone for ServiceNowParameters
source§fn clone(&self) -> ServiceNowParameters
fn clone(&self) -> ServiceNowParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more