[−][src]Struct rusoto_glue::CreateDevEndpointResponse
Fields
arguments: Option<HashMap<String, String>>
The map of arguments used to configure this DevEndpoint.
availability_zone: Option<String>
The AWS availability zone where this DevEndpoint is located.
created_timestamp: Option<f64>
The point in time at which this DevEndpoint was created.
endpoint_name: Option<String>
The name assigned to the new DevEndpoint.
extra_jars_s3_path: Option<String>
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
extra_python_libs_s3_path: Option<String>
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
failure_reason: Option<String>
The reason for a current failure in this DevEndpoint.
number_of_nodes: Option<i64>
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
role_arn: Option<String>
The AWS ARN of the role assigned to the new DevEndpoint.
security_configuration: Option<String>
The name of the SecurityConfiguration structure being used with this DevEndpoint.
security_group_ids: Option<Vec<String>>
The security groups assigned to the new DevEndpoint.
status: Option<String>
The current status of the new DevEndpoint.
subnet_id: Option<String>
The subnet ID assigned to the new DevEndpoint.
vpc_id: Option<String>
The ID of the VPC used by this DevEndpoint.
yarn_endpoint_address: Option<String>
The address of the YARN endpoint used by this DevEndpoint.
zeppelin_remote_spark_interpreter_port: Option<i64>
The Apache Zeppelin port for the remote Apache Spark interpreter.
Trait Implementations
impl PartialEq<CreateDevEndpointResponse> for CreateDevEndpointResponse
[src]
fn eq(&self, other: &CreateDevEndpointResponse) -> bool
[src]
fn ne(&self, other: &CreateDevEndpointResponse) -> bool
[src]
impl Default for CreateDevEndpointResponse
[src]
impl Clone for CreateDevEndpointResponse
[src]
fn clone(&self) -> CreateDevEndpointResponse
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CreateDevEndpointResponse
[src]
impl<'de> Deserialize<'de> for CreateDevEndpointResponse
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for CreateDevEndpointResponse
impl Sync for CreateDevEndpointResponse
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self