#[non_exhaustive]pub struct ListSharedEndpointsOutput {
pub endpoints: Option<Vec<Endpoint>>,
pub next_token: Option<String>,
/* 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.endpoints: Option<Vec<Endpoint>>The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
next_token: Option<String>If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.
Implementations§
sourcepub fn endpoints(&self) -> &[Endpoint]
pub fn endpoints(&self) -> &[Endpoint]
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .endpoints.is_none().
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.
sourcepub fn builder() -> ListSharedEndpointsOutputBuilder
pub fn builder() -> ListSharedEndpointsOutputBuilder
Creates a new builder-style object to manufacture ListSharedEndpointsOutput.
Trait Implementations§
source§fn clone(&self) -> ListSharedEndpointsOutput
fn clone(&self) -> ListSharedEndpointsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§fn eq(&self, other: &ListSharedEndpointsOutput) -> bool
fn eq(&self, other: &ListSharedEndpointsOutput) -> bool
self and other values to be equal, and is used
by ==.source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.