Module: Aws::IAM::Client::_GetServiceLastAccessedDetailsWithEntitiesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceLastAccessedDetailsWithEntitiesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #entity_details_list ⇒ ::Array[Types::EntityDetails]
- #is_truncated ⇒ Boolean
- #job_completion_date ⇒ ::Time
- #job_creation_date ⇒ ::Time
- #job_status ⇒ "IN_PROGRESS", ...
- #marker ⇒ ::String
Instance Method Details
#entity_details_list ⇒ ::Array[Types::EntityDetails]
990 |
# File 'sig/client.rbs', line 990
def entity_details_list: () -> ::Array[Types::EntityDetails]
|
#is_truncated ⇒ Boolean
991 |
# File 'sig/client.rbs', line 991
def is_truncated: () -> bool
|
#job_completion_date ⇒ ::Time
989 |
# File 'sig/client.rbs', line 989
def job_completion_date: () -> ::Time
|
#job_creation_date ⇒ ::Time
988 |
# File 'sig/client.rbs', line 988
def job_creation_date: () -> ::Time
|
#job_status ⇒ "IN_PROGRESS", ...
987 |
# File 'sig/client.rbs', line 987
def job_status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#marker ⇒ ::String
992 |
# File 'sig/client.rbs', line 992
def marker: () -> ::String
|