Class: Aws::Types::StartDataSourceRunInput
- Inherits:
-
Object
- Object
- Aws::Types::StartDataSourceRunInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_source_identifier ⇒ ::String
Returns the value of attribute data_source_identifier.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5875 5876 5877 |
# File 'sig/types.rbs', line 5875 def client_token @client_token end |
#data_source_identifier ⇒ ::String
Returns the value of attribute data_source_identifier.
5874 5875 5876 |
# File 'sig/types.rbs', line 5874 def data_source_identifier @data_source_identifier end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5873 5874 5875 |
# File 'sig/types.rbs', line 5873 def domain_identifier @domain_identifier end |