Class: Aws::Types::GetServiceLastAccessedDetailsWithEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceLastAccessedDetailsWithEntitiesRequest
- 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.
-
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
952 953 954 |
# File 'sig/types.rbs', line 952 def job_id @job_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
955 956 957 |
# File 'sig/types.rbs', line 955 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
954 955 956 |
# File 'sig/types.rbs', line 954 def max_items @max_items end |
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
953 954 955 |
# File 'sig/types.rbs', line 953 def service_namespace @service_namespace end |