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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_nameString

A unique, friendly name for the gateway.

Returns:

  • (String)


3093
3094
3095
3096
3097
3098
3099
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3093

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.



3093
3094
3095
3096
3097
3098
3099
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3093

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.

Returns:

  • (Hash<String,String>)


3093
3094
3095
3096
3097
3098
3099
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3093

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