Module: Aws::ApplicationSignals::Client::_ListAuditFindingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListAuditFindingsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audit_findings ⇒ ::Array[Types::AuditFinding]
- #end_time ⇒ ::Time
- #next_token ⇒ ::String
- #start_time ⇒ ::Time
Instance Method Details
#audit_findings ⇒ ::Array[Types::AuditFinding]
314 |
# File 'sig/client.rbs', line 314
def audit_findings: () -> ::Array[Types::AuditFinding]
|
#end_time ⇒ ::Time
313 |
# File 'sig/client.rbs', line 313
def end_time: () -> ::Time
|
#next_token ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def next_token: () -> ::String
|
#start_time ⇒ ::Time
312 |
# File 'sig/client.rbs', line 312
def start_time: () -> ::Time
|