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.
964 965 966 |
# File 'sig/types.rbs', line 964 def job_id @job_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
966 967 968 |
# File 'sig/types.rbs', line 966 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
965 966 967 |
# File 'sig/types.rbs', line 965 def max_items @max_items end |