Class: Aws::Types::GetServiceLastAccessedDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceLastAccessedDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#job_completion_date ⇒ ::Time
Returns the value of attribute job_completion_date.
-
#job_creation_date ⇒ ::Time
Returns the value of attribute job_creation_date.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#job_type ⇒ "SERVICE_LEVEL", "ACTION_LEVEL"
Returns the value of attribute job_type.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#services_last_accessed ⇒ ::Array[Types::ServiceLastAccessed]
Returns the value of attribute services_last_accessed.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
978 979 980 |
# File 'sig/types.rbs', line 978 def error @error end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
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.
972 973 974 |
# File 'sig/types.rbs', line 972 def job_type @job_type end |
#marker ⇒ ::String
Returns the value of attribute marker.
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.
974 975 976 |
# File 'sig/types.rbs', line 974 def services_last_accessed @services_last_accessed end |