Class: Aws::IoTSiteWise::Types::CreateGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_name ⇒ String
A unique name for the gateway.
-
#gateway_platform ⇒ Types::GatewayPlatform
The gateway’s platform.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the gateway.
Instance Attribute Details
#gateway_name ⇒ String
A unique name for the gateway.
3237 3238 3239 3240 3241 3242 3243 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3237 class CreateGatewayRequest < Struct.new( :gateway_name, :gateway_platform, :tags) SENSITIVE = [] include Aws::Structure end |
#gateway_platform ⇒ Types::GatewayPlatform
The gateway’s platform. You can only specify one platform in a gateway.
3237 3238 3239 3240 3241 3242 3243 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3237 class CreateGatewayRequest < Struct.new( :gateway_name, :gateway_platform, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<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
3237 3238 3239 3240 3241 3242 3243 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3237 class CreateGatewayRequest < Struct.new( :gateway_name, :gateway_platform, :tags) SENSITIVE = [] include Aws::Structure end |