Class: Aws::Types::GetServiceLastAccessedDetailsWithEntitiesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_details_list::Array[Types::EntityDetails]

Returns the value of attribute entity_details_list.

Returns:



963
964
965
# File 'sig/types.rbs', line 963

def entity_details_list
  @entity_details_list
end

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

def error
  @error
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


964
965
966
# File 'sig/types.rbs', line 964

def is_truncated
  @is_truncated
end

#job_completion_date::Time

Returns the value of attribute job_completion_date.

Returns:

  • (::Time)


962
963
964
# File 'sig/types.rbs', line 962

def job_completion_date
  @job_completion_date
end

#job_creation_date::Time

Returns the value of attribute job_creation_date.

Returns:

  • (::Time)


961
962
963
# File 'sig/types.rbs', line 961

def job_creation_date
  @job_creation_date
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED")


960
961
962
# File 'sig/types.rbs', line 960

def job_status
  @job_status
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def marker
  @marker
end