Class: Aws::IoTSiteWise::Types::CreateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateApplicationRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique client token for idempotent request handling.
-
#description ⇒ String
Description of the application.
-
#idc_instance_arn ⇒ String
Identity Center Instance ARN to create the application in.
-
#name ⇒ String
Name of the application.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the application.
-
#workspace_name ⇒ String
Name of the workspace to associate with the underlying Application.
Instance Attribute Details
#client_token ⇒ String
Unique client token for idempotent request handling
A suitable default value is auto-generated. You should normally not need to pass this option.
3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3472 class CreateApplicationRequest < Struct.new( :client_token, :idc_instance_arn, :workspace_name, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the application
3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3472 class CreateApplicationRequest < Struct.new( :client_token, :idc_instance_arn, :workspace_name, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#idc_instance_arn ⇒ String
Identity Center Instance ARN to create the application in
3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3472 class CreateApplicationRequest < Struct.new( :client_token, :idc_instance_arn, :workspace_name, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the application
3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3472 class CreateApplicationRequest < Struct.new( :client_token, :idc_instance_arn, :workspace_name, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the application.
3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3472 class CreateApplicationRequest < Struct.new( :client_token, :idc_instance_arn, :workspace_name, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
Name of the workspace to associate with the underlying Application
3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3472 class CreateApplicationRequest < Struct.new( :client_token, :idc_instance_arn, :workspace_name, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |