#[non_exhaustive]pub struct CreateRemoteAccessSessionConfiguration { /* private fields */ }Expand description
Configuration settings for a remote access session, including billing method.
Implementations§
source§impl CreateRemoteAccessSessionConfiguration
impl CreateRemoteAccessSessionConfiguration
sourcepub fn billing_method(&self) -> Option<&BillingMethod>
pub fn billing_method(&self) -> Option<&BillingMethod>
The billing method for the remote access session.
sourcepub fn vpce_configuration_arns(&self) -> Option<&[String]>
pub fn vpce_configuration_arns(&self) -> Option<&[String]>
An array of ARNs included in the VPC endpoint configuration.
source§impl CreateRemoteAccessSessionConfiguration
impl CreateRemoteAccessSessionConfiguration
sourcepub fn builder() -> CreateRemoteAccessSessionConfigurationBuilder
pub fn builder() -> CreateRemoteAccessSessionConfigurationBuilder
Creates a new builder-style object to manufacture CreateRemoteAccessSessionConfiguration.
Trait Implementations§
source§impl Clone for CreateRemoteAccessSessionConfiguration
impl Clone for CreateRemoteAccessSessionConfiguration
source§fn clone(&self) -> CreateRemoteAccessSessionConfiguration
fn clone(&self) -> CreateRemoteAccessSessionConfiguration
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 PartialEq<CreateRemoteAccessSessionConfiguration> for CreateRemoteAccessSessionConfiguration
impl PartialEq<CreateRemoteAccessSessionConfiguration> for CreateRemoteAccessSessionConfiguration
source§fn eq(&self, other: &CreateRemoteAccessSessionConfiguration) -> bool
fn eq(&self, other: &CreateRemoteAccessSessionConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.