Class: Aws::Types::ListScheduledAuditsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



3560
3561
3562
# File 'sig/types.rbs', line 3560

def scheduled_audits
  @scheduled_audits
end