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.
963 964 965 |
# File 'sig/types.rbs', line 963 def entity_details_list @entity_details_list end |
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
966 967 968 |
# File 'sig/types.rbs', line 966 def error @error end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
964 965 966 |
# File 'sig/types.rbs', line 964 def is_truncated @is_truncated end |
#job_completion_date ⇒ ::Time
Returns the value of attribute job_completion_date.
962 963 964 |
# File 'sig/types.rbs', line 962 def job_completion_date @job_completion_date end |
#job_creation_date ⇒ ::Time
Returns the value of attribute job_creation_date.
961 962 963 |
# File 'sig/types.rbs', line 961 def job_creation_date @job_creation_date end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
960 961 962 |
# File 'sig/types.rbs', line 960 def job_status @job_status end |
#marker ⇒ ::String
Returns the value of attribute marker.
965 966 967 |
# File 'sig/types.rbs', line 965 def marker @marker end |