Class: Aws::Types::GetServiceLastAccessedDetailsWithEntitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def job_id
  @job_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def service_namespace
  @service_namespace
end