Class: Aws::Types::ResourceStatistics

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)


2615
2616
2617
# File 'sig/types.rbs', line 2615

def 
  @account_id
end

#last_generated_at::Time

Returns the value of attribute last_generated_at.

Returns:

  • (::Time)


2616
2617
2618
# File 'sig/types.rbs', line 2616

def last_generated_at
  @last_generated_at
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


2617
2618
2619
# File 'sig/types.rbs', line 2617

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2618
2619
2620
# File 'sig/types.rbs', line 2618

def resource_type
  @resource_type
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


2619
2620
2621
# File 'sig/types.rbs', line 2619

def total_findings
  @total_findings
end