Class: Aws::Inspector2::Types::Usage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Contains usage information about the cost of Amazon Inspector operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_provider ⇒ String

The cloud provider associated with the usage information.

Returns:

  • (String)


10956
10957
10958
10959
10960
10961
10962
10963
10964
# File 'lib/aws-sdk-inspector2/types.rb', line 10956

class Usage < Struct.new(
  :type,
  :total,
  :estimated_monthly_cost,
  :currency,
  :cloud_provider)
  SENSITIVE = []
  include Aws::Structure
end

#currency ⇒ String

The currency type used when calculating usage data.

Returns:

  • (String)


10956
10957
10958
10959
10960
10961
10962
10963
10964
# File 'lib/aws-sdk-inspector2/types.rb', line 10956

class Usage < Struct.new(
  :type,
  :total,
  :estimated_monthly_cost,
  :currency,
  :cloud_provider)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_monthly_cost ⇒ Float

The estimated monthly cost of Amazon Inspector.

Returns:

  • (Float)


10956
10957
10958
10959
10960
10961
10962
10963
10964
# File 'lib/aws-sdk-inspector2/types.rb', line 10956

class Usage < Struct.new(
  :type,
  :total,
  :estimated_monthly_cost,
  :currency,
  :cloud_provider)
  SENSITIVE = []
  include Aws::Structure
end

#total ⇒ Float

The total of usage.

Returns:

  • (Float)


10956
10957
10958
10959
10960
10961
10962
10963
10964
# File 'lib/aws-sdk-inspector2/types.rb', line 10956

class Usage < Struct.new(
  :type,
  :total,
  :estimated_monthly_cost,
  :currency,
  :cloud_provider)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type scan.

Returns:

  • (String)


10956
10957
10958
10959
10960
10961
10962
10963
10964
# File 'lib/aws-sdk-inspector2/types.rb', line 10956

class Usage < Struct.new(
  :type,
  :total,
  :estimated_monthly_cost,
  :currency,
  :cloud_provider)
  SENSITIVE = []
  include Aws::Structure
end