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:



978
979
980
# File 'sig/types.rbs', line 978

def error
  @error
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


976
977
978
# File 'sig/types.rbs', line 976

def is_truncated
  @is_truncated
end

#job_completion_date::Time

Returns the value of attribute job_completion_date.

Returns:

  • (::Time)


975
976
977
# File 'sig/types.rbs', line 975

def job_completion_date
  @job_completion_date
end

#job_creation_date::Time

Returns the value of attribute job_creation_date.

Returns:

  • (::Time)


973
974
975
# File 'sig/types.rbs', line 973

def job_creation_date
  @job_creation_date
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

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


971
972
973
# File 'sig/types.rbs', line 971

def job_status
  @job_status
end

#job_type"SERVICE_LEVEL", "ACTION_LEVEL"

Returns the value of attribute job_type.

Returns:

  • ("SERVICE_LEVEL", "ACTION_LEVEL")


972
973
974
# File 'sig/types.rbs', line 972

def job_type
  @job_type
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def marker
  @marker
end

#services_last_accessed::Array[Types::ServiceLastAccessed]

Returns the value of attribute services_last_accessed.

Returns:



974
975
976
# File 'sig/types.rbs', line 974

def services_last_accessed
  @services_last_accessed
end