Class: Aws::Types::GetServiceLastAccessedDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceLastAccessedDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
933 934 935 |
# File 'sig/types.rbs', line 933 def job_id @job_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
935 936 937 |
# File 'sig/types.rbs', line 935 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
934 935 936 |
# File 'sig/types.rbs', line 934 def max_items @max_items end |