Class: Aws::Types::GetServiceLastAccessedDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



947
948
949
# File 'sig/types.rbs', line 947

def error
  @error
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


945
946
947
# File 'sig/types.rbs', line 945

def is_truncated
  @is_truncated
end

#job_completion_date::Time

Returns the value of attribute job_completion_date.

Returns:

  • (::Time)


944
945
946
# File 'sig/types.rbs', line 944

def job_completion_date
  @job_completion_date
end

#job_creation_date::Time

Returns the value of attribute job_creation_date.

Returns:

  • (::Time)


942
943
944
# File 'sig/types.rbs', line 942

def job_creation_date
  @job_creation_date
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

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


940
941
942
# File 'sig/types.rbs', line 940

def job_status
  @job_status
end

#job_type"SERVICE_LEVEL", "ACTION_LEVEL"

Returns the value of attribute job_type.

Returns:

  • ("SERVICE_LEVEL", "ACTION_LEVEL")


941
942
943
# File 'sig/types.rbs', line 941

def job_type
  @job_type
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def marker
  @marker
end

#services_last_accessed::Array[Types::ServiceLastAccessed]

Returns the value of attribute services_last_accessed.

Returns:



943
944
945
# File 'sig/types.rbs', line 943

def services_last_accessed
  @services_last_accessed
end