Class: Aws::Types::TrustedAdvisorResourcesSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resources_flagged::Integer

Returns the value of attribute resources_flagged.

Returns:

  • (::Integer)


496
497
498
# File 'sig/types.rbs', line 496

def resources_flagged
  @resources_flagged
end

#resources_ignored::Integer

Returns the value of attribute resources_ignored.

Returns:

  • (::Integer)


497
498
499
# File 'sig/types.rbs', line 497

def resources_ignored
  @resources_ignored
end

#resources_processed::Integer

Returns the value of attribute resources_processed.

Returns:

  • (::Integer)


495
496
497
# File 'sig/types.rbs', line 495

def resources_processed
  @resources_processed
end

#resources_suppressed::Integer

Returns the value of attribute resources_suppressed.

Returns:

  • (::Integer)


498
499
500
# File 'sig/types.rbs', line 498

def resources_suppressed
  @resources_suppressed
end