Class: Aws::Types::DescribeAccountHealthResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_resource_count::Integer

Returns the value of attribute analyzed_resource_count.

Returns:

  • (::Integer)


163
164
165
# File 'sig/types.rbs', line 163

def analyzed_resource_count
  @analyzed_resource_count
end

#metrics_analyzed::Integer

Returns the value of attribute metrics_analyzed.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def metrics_analyzed
  @metrics_analyzed
end

#open_proactive_insights::Integer

Returns the value of attribute open_proactive_insights.

Returns:

  • (::Integer)


160
161
162
# File 'sig/types.rbs', line 160

def open_proactive_insights
  @open_proactive_insights
end

#open_reactive_insights::Integer

Returns the value of attribute open_reactive_insights.

Returns:

  • (::Integer)


159
160
161
# File 'sig/types.rbs', line 159

def open_reactive_insights
  @open_reactive_insights
end

#resource_hours::Integer

Returns the value of attribute resource_hours.

Returns:

  • (::Integer)


162
163
164
# File 'sig/types.rbs', line 162

def resource_hours
  @resource_hours
end