You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::UpdatePortalRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdatePortalRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  portal_id: "ID", # required
  portal_name: "Name", # required
  portal_description: "Description",
  portal_contact_email: "Email", # required
  portal_logo_image: {
    id: "ID",
    file: {
      data: "data", # required
      type: "PNG", # required, accepts PNG
    },
  },
  role_arn: "ARN", # required
  client_token: "ClientToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don\'t reuse this client token if a new idempotent request is required.

Returns:

  • (String)

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.

#portal_contact_emailString

The AWS administrator\'s contact email address.

Returns:

  • (String)

    The AWS administrator\'s contact email address.

#portal_descriptionString

A new description for the portal.

Returns:

  • (String)

    A new description for the portal.

#portal_idString

The ID of the portal to update.

Returns:

  • (String)

    The ID of the portal to update.

#portal_logo_imageTypes::Image

Contains an image that is one of the following:

  • An image file. Choose this option to upload a new image.

  • The ID of an existing image. Choose this option to keep an existing image.

Returns:

  • (Types::Image)

    Contains an image that is one of the following:

    • An image file.

#portal_nameString

A new friendly name for the portal.

Returns:

  • (String)

    A new friendly name for the portal.

#role_arnString

The ARN of a service role that allows the portal\'s users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.

Returns:

  • (String)

    The [ARN][1] of a service role that allows the portal\'s users to access your AWS IoT SiteWise resources on your behalf.