Class: Aws::Types::ListDataSourceRunActivitiesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSourceRunActivitiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3925 3926 3927 |
# File 'sig/types.rbs', line 3925 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def identifier @identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def next_token @next_token end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def status @status end |