[−][src]Struct rusoto_amplify::App
Amplify App represents different branches of a repository for building, deploying, and hosting.
Fields
app_arn: StringARN for the Amplify App.
app_id: StringUnique Id for the Amplify App.
basic_auth_credentials: Option<String>Basic Authorization credentials for branches for the Amplify App.
build_spec: Option<String>BuildSpec content for Amplify App.
create_time: f64Create date / time for the Amplify App.
custom_rules: Option<Vec<CustomRule>>Custom redirect / rewrite rules for the Amplify App.
default_domain: StringDefault domain for the Amplify App.
description: StringDescription for the Amplify App.
enable_basic_auth: boolEnables Basic Authorization for branches for the Amplify App.
enable_branch_auto_build: boolEnables auto-building of branches for the Amplify App.
environment_variables: HashMap<String, String>Environment Variables for the Amplify App.
iam_service_role_arn: Option<String>IAM service role ARN for the Amplify App.
name: StringName for the Amplify App.
platform: StringPlatform for the Amplify App.
production_branch: Option<ProductionBranch>Structure with Production Branch information.
repository: StringRepository for the Amplify App.
Tag for Amplify App.
update_time: f64Update date / time for the Amplify App.
Trait Implementations
impl PartialEq<App> for App[src]
impl Default for App[src]
impl Clone for App[src]
fn clone(&self) -> App[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for App[src]
impl<'de> Deserialize<'de> for App[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
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