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

Class: Aws::IoTSiteWise::Types::CreateGatewayRequest

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

Overview

Note:

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

{
  gateway_name: "Name", # required
  gateway_platform: { # required
    greengrass: { # required
      group_arn: "ARN", # required
    },
  },
  tags: {
    "TagKey" => "TagValue",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_nameString

A unique, friendly name for the gateway.

Returns:

  • (String)

    A unique, friendly name for the gateway.

#gateway_platformTypes::GatewayPlatform

The gateway\'s platform. You can only specify one platform in a gateway.

Returns:

#tagsHash<String,String>

A list of key-value pairs that contain metadata for the gateway. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

Returns:

  • (Hash<String,String>)

    A list of key-value pairs that contain metadata for the gateway.