Class: Aws::Types::GetServiceLastAccessedDetailsWithEntitiesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.



983
984
985
# File 'sig/types.rbs', line 983

def job_id
  @job_id
end

#marker::String

Returns the value of attribute marker.



986
987
988
# File 'sig/types.rbs', line 986

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.



985
986
987
# File 'sig/types.rbs', line 985

def max_items
  @max_items
end

#service_namespace::String

Returns the value of attribute service_namespace.



984
985
986
# File 'sig/types.rbs', line 984

def service_namespace
  @service_namespace
end