Class: Aws::Types::GetServiceLastAccessedDetailsWithEntitiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceLastAccessedDetailsWithEntitiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_details_list ⇒ ::Array[Types::EntityDetails]
Returns the value of attribute entity_details_list.
-
#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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#entity_details_list ⇒ ::Array[Types::EntityDetails]
Returns the value of attribute entity_details_list.
994 995 996 |
# File 'sig/types.rbs', line 994 def entity_details_list @entity_details_list end |
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
997 998 999 |
# File 'sig/types.rbs', line 997 def error @error end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
991 992 993 |
# File 'sig/types.rbs', line 991 def job_status @job_status end |
#marker ⇒ ::String
Returns the value of attribute marker.
996 997 998 |
# File 'sig/types.rbs', line 996 def marker @marker end |