Struct rusoto_support::CreateCaseRequest [] [src]

pub struct CreateCaseRequest {
    pub attachment_set_id: Option<AttachmentSetId>,
    pub category_code: Option<CategoryCode>,
    pub cc_email_addresses: Option<CcEmailAddressList>,
    pub communication_body: CommunicationBody,
    pub issue_type: Option<IssueType>,
    pub language: Option<Language>,
    pub service_code: Option<ServiceCode>,
    pub severity_code: Option<SeverityCode>,
    pub subject: Subject,
}

Fields

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

The category of problem for the AWS Support case.

A list of email addresses that AWS Support copies on case correspondence.

The communication body text when you create an AWS Support case by calling CreateCase.

The type of issue for the case. You can specify either "customer-service" or "technical." If you do not indicate a value, the default is "technical."

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

The code for the AWS service returned by the call to DescribeServices.

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

The title of the AWS Support case.

Trait Implementations

impl Default for CreateCaseRequest
[src]

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

impl Debug for CreateCaseRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateCaseRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more