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.
947 948 949 |
# File 'sig/types.rbs', line 947 def error @error end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
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.
941 942 943 |
# File 'sig/types.rbs', line 941 def job_type @job_type end |
#marker ⇒ ::String
Returns the value of attribute marker.
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.
943 944 945 |
# File 'sig/types.rbs', line 943 def services_last_accessed @services_last_accessed end |