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

#currencyString

The currency type used when calculating usage data.

Returns:

  • (String)


8984
8985
8986
8987
8988
8989
8990
8991
# File 'lib/aws-sdk-inspector2/types.rb', line 8984

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

#estimated_monthly_costFloat

The estimated monthly cost of Amazon Inspector.

Returns:

  • (Float)


8984
8985
8986
8987
8988
8989
8990
8991
# File 'lib/aws-sdk-inspector2/types.rb', line 8984

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

#totalFloat

The total of usage.

Returns:

  • (Float)


8984
8985
8986
8987
8988
8989
8990
8991
# File 'lib/aws-sdk-inspector2/types.rb', line 8984

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

#typeString

The type scan.

Returns:

  • (String)


8984
8985
8986
8987
8988
8989
8990
8991
# File 'lib/aws-sdk-inspector2/types.rb', line 8984

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