Struct aws_sdk_quicksight::model::JiraParameters
source · #[non_exhaustive]pub struct JiraParameters { /* private fields */ }Expand description
The parameters for Jira.
Implementations§
source§impl JiraParameters
impl JiraParameters
sourcepub fn site_base_url(&self) -> Option<&str>
pub fn site_base_url(&self) -> Option<&str>
The base URL of the Jira site.
source§impl JiraParameters
impl JiraParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JiraParameters.
Trait Implementations§
source§impl Clone for JiraParameters
impl Clone for JiraParameters
source§fn clone(&self) -> JiraParameters
fn clone(&self) -> JiraParameters
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