Class: Aws::Types::ListResourceSnapshotJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceSnapshotJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort ⇒ Types::SortObject
Returns the value of attribute sort.
-
#status ⇒ "Running", "Stopped"
Returns the value of attribute status.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
982 983 984 |
# File 'sig/types.rbs', line 982 def catalog @catalog end |
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
985 986 987 |
# File 'sig/types.rbs', line 985 def engagement_identifier @engagement_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
983 984 985 |
# File 'sig/types.rbs', line 983 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
984 985 986 |
# File 'sig/types.rbs', line 984 def next_token @next_token end |
#sort ⇒ Types::SortObject
Returns the value of attribute sort.
987 988 989 |
# File 'sig/types.rbs', line 987 def sort @sort end |
#status ⇒ "Running", "Stopped"
Returns the value of attribute status.
986 987 988 |
# File 'sig/types.rbs', line 986 def status @status end |