Class: Aws::Types::ListScheduledAuditsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListScheduledAuditsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_audits ⇒ ::Array[Types::ScheduledAuditMetadata]
Returns the value of attribute scheduled_audits.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3561 3562 3563 |
# File 'sig/types.rbs', line 3561 def next_token @next_token end |
#scheduled_audits ⇒ ::Array[Types::ScheduledAuditMetadata]
Returns the value of attribute scheduled_audits.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def scheduled_audits @scheduled_audits end |