Struct rusoto_emr::CreateSecurityConfigurationInput [] [src]

pub struct CreateSecurityConfigurationInput {
    pub name: String,
    pub security_configuration: String,
}

Fields

The name of the security configuration.

The security configuration details in JSON format. For JSON parameters and examples, see Use Security Configurations to Set Up Cluster Security in the Amazon EMR Management Guide.

Trait Implementations

impl Default for CreateSecurityConfigurationInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateSecurityConfigurationInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSecurityConfigurationInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations