[−][src]Struct rusoto_servicecatalog::CreateServiceActionInput 
Fields
accept_language: Option<String>The language code.
-  
en- English (default) -  
jp- Japanese -  
zh- Chinese 
definition: HashMap<String, String>The self-service action definition. Can be one of the following:
- Name
 -  
The name of the AWS Systems Manager Document. For example,
AWS-RestartEC2Instance. - Version
 -  
The AWS Systems Manager automation document version. For example,
"Version": "1" - AssumeRole
 -  
The Amazon Resource Name (ARN) of the role that performs the self-service actions on your behalf. For example,
"AssumeRole": "arn:aws:iam::12345678910:role/ActionRole".To reuse the provisioned product launch role, set to
"AssumeRole": "LAUNCH_ROLE". - Parameters
 -  
The list of parameters in JSON format.
For example:
[{"Name":"InstanceId","Type":"TARGET"}]. 
definition_type: StringThe service action definition type. For example, SSM_AUTOMATION.
description: Option<String>The self-service action description.
idempotency_token: StringA unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
name: StringThe self-service action name.
Trait Implementations
impl PartialEq<CreateServiceActionInput> for CreateServiceActionInput[src]
fn eq(&self, other: &CreateServiceActionInput) -> bool[src]
fn ne(&self, other: &CreateServiceActionInput) -> bool[src]
impl Default for CreateServiceActionInput[src]
fn default() -> CreateServiceActionInput[src]
impl Clone for CreateServiceActionInput[src]
fn clone(&self) -> CreateServiceActionInput[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for CreateServiceActionInput[src]
impl Serialize for CreateServiceActionInput[src]
Auto Trait Implementations
impl Send for CreateServiceActionInput
impl Sync for CreateServiceActionInput
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> Erased for T
impl<T> Same for T
type Output = T
Should always be Self