Class: Aws::DataZone::Types::StartDataSourceRunInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::StartDataSourceRunInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#data_source_identifier ⇒ String
The identifier of the data source.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to start a data source run.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
13517 13518 13519 13520 13521 13522 13523 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13517 class StartDataSourceRunInput < Struct.new( :client_token, :data_source_identifier, :domain_identifier) SENSITIVE = [] include Aws::Structure end |
#data_source_identifier ⇒ String
The identifier of the data source.
13517 13518 13519 13520 13521 13522 13523 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13517 class StartDataSourceRunInput < Struct.new( :client_token, :data_source_identifier, :domain_identifier) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to start a data source run.
13517 13518 13519 13520 13521 13522 13523 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13517 class StartDataSourceRunInput < Struct.new( :client_token, :data_source_identifier, :domain_identifier) SENSITIVE = [] include Aws::Structure end |