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 moresource§impl Debug for ServiceNowParameters
impl Debug for ServiceNowParameters
source§impl PartialEq<ServiceNowParameters> for ServiceNowParameters
impl PartialEq<ServiceNowParameters> for ServiceNowParameters
source§fn eq(&self, other: &ServiceNowParameters) -> bool
fn eq(&self, other: &ServiceNowParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.