Class: Aws::Types::AccountStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def 
  @account_id
end

#last_generated_at::Time

Returns the value of attribute last_generated_at.

Returns:

  • (::Time)


84
85
86
# File 'sig/types.rbs', line 84

def last_generated_at
  @last_generated_at
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


85
86
87
# File 'sig/types.rbs', line 85

def total_findings
  @total_findings
end