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]
956 |
# File 'sig/client.rbs', line 956
def entity_details_list: () -> ::Array[Types::EntityDetails]
|
#is_truncated ⇒ Boolean
957 |
# File 'sig/client.rbs', line 957
def is_truncated: () -> bool
|
#job_completion_date ⇒ ::Time
955 |
# File 'sig/client.rbs', line 955
def job_completion_date: () -> ::Time
|
#job_creation_date ⇒ ::Time
954 |
# File 'sig/client.rbs', line 954
def job_creation_date: () -> ::Time
|
#job_status ⇒ "IN_PROGRESS", ...
953 |
# File 'sig/client.rbs', line 953
def job_status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#marker ⇒ ::String
958 |
# File 'sig/client.rbs', line 958
def marker: () -> ::String
|