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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_nameString

A unique name for the gateway.

Returns:

  • (String)


3122
3123
3124
3125
3126
3127
3128
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3122

class CreateGatewayRequest < Struct.new(
  :gateway_name,
  :gateway_platform,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_platformTypes::GatewayPlatform

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



3122
3123
3124
3125
3126
3127
3128
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3122

class CreateGatewayRequest < Struct.new(
  :gateway_name,
  :gateway_platform,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html

Returns:

  • (Hash<String,String>)


3122
3123
3124
3125
3126
3127
3128
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3122

class CreateGatewayRequest < Struct.new(
  :gateway_name,
  :gateway_platform,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end