pub struct CreateEndpointInput {
pub endpoint_config_name: String,
pub endpoint_name: String,
pub tags: Option<Vec<Tag>>,
}
Fields§
§endpoint_config_name: String
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
endpoint_name: String
The name of the endpoint. The name must be unique within an AWS Region in your AWS account.
An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.
Trait Implementations§
Source§impl Clone for CreateEndpointInput
impl Clone for CreateEndpointInput
Source§fn clone(&self) -> CreateEndpointInput
fn clone(&self) -> CreateEndpointInput
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 CreateEndpointInput
impl Debug for CreateEndpointInput
Source§impl Default for CreateEndpointInput
impl Default for CreateEndpointInput
Source§fn default() -> CreateEndpointInput
fn default() -> CreateEndpointInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateEndpointInput
impl PartialEq for CreateEndpointInput
Source§impl Serialize for CreateEndpointInput
impl Serialize for CreateEndpointInput
impl StructuralPartialEq for CreateEndpointInput
Auto Trait Implementations§
impl Freeze for CreateEndpointInput
impl RefUnwindSafe for CreateEndpointInput
impl Send for CreateEndpointInput
impl Sync for CreateEndpointInput
impl Unpin for CreateEndpointInput
impl UnwindSafe for CreateEndpointInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more