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:



994
995
996
# File 'sig/types.rbs', line 994

def entity_details_list
  @entity_details_list
end

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def error
  @error
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


995
996
997
# File 'sig/types.rbs', line 995

def is_truncated
  @is_truncated
end

#job_completion_date::Time

Returns the value of attribute job_completion_date.

Returns:

  • (::Time)


993
994
995
# File 'sig/types.rbs', line 993

def job_completion_date
  @job_completion_date
end

#job_creation_date::Time

Returns the value of attribute job_creation_date.

Returns:

  • (::Time)


992
993
994
# File 'sig/types.rbs', line 992

def job_creation_date
  @job_creation_date
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

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


991
992
993
# File 'sig/types.rbs', line 991

def job_status
  @job_status
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def marker
  @marker
end