#[non_exhaustive]pub struct ListSolFunctionPackagesOutput {
pub next_token: Option<String>,
pub function_packages: Vec<ListSolFunctionPackageInfo>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
function_packages: Vec<ListSolFunctionPackageInfo>Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
Implementations§
source§impl ListSolFunctionPackagesOutput
impl ListSolFunctionPackagesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn function_packages(&self) -> &[ListSolFunctionPackageInfo]
pub fn function_packages(&self) -> &[ListSolFunctionPackageInfo]
Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
source§impl ListSolFunctionPackagesOutput
impl ListSolFunctionPackagesOutput
sourcepub fn builder() -> ListSolFunctionPackagesOutputBuilder
pub fn builder() -> ListSolFunctionPackagesOutputBuilder
Creates a new builder-style object to manufacture ListSolFunctionPackagesOutput.
Trait Implementations§
source§impl Clone for ListSolFunctionPackagesOutput
impl Clone for ListSolFunctionPackagesOutput
source§fn clone(&self) -> ListSolFunctionPackagesOutput
fn clone(&self) -> ListSolFunctionPackagesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for ListSolFunctionPackagesOutput
impl PartialEq for ListSolFunctionPackagesOutput
source§fn eq(&self, other: &ListSolFunctionPackagesOutput) -> bool
fn eq(&self, other: &ListSolFunctionPackagesOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListSolFunctionPackagesOutput
impl RequestId for ListSolFunctionPackagesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.