Class: Aws::Types::ListDataSourceRunsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSourceRunsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_identifier ⇒ ::String
Returns the value of attribute data_source_identifier.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
Instance Attribute Details
#data_source_identifier ⇒ ::String
Returns the value of attribute data_source_identifier.
3941 3942 3943 |
# File 'sig/types.rbs', line 3941 def data_source_identifier @data_source_identifier end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3940 3941 3942 |
# File 'sig/types.rbs', line 3940 def domain_identifier @domain_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3944 3945 3946 |
# File 'sig/types.rbs', line 3944 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3943 3944 3945 |
# File 'sig/types.rbs', line 3943 def next_token @next_token end |
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
3942 3943 3944 |
# File 'sig/types.rbs', line 3942 def status @status end |