Class: Aws::Types::Usage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_provider"AWS", ...

Returns the value of attribute cloud_provider.

Returns:

  • ("AWS", "AZURE", "NOT_APPLICABLE")


2963
2964
2965
# File 'sig/types.rbs', line 2963

def cloud_provider
  @cloud_provider
end

#currency"USD"

Returns the value of attribute currency.

Returns:

  • ("USD")


2962
2963
2964
# File 'sig/types.rbs', line 2962

def currency
  @currency
end

#estimated_monthly_cost::Float

Returns the value of attribute estimated_monthly_cost.

Returns:

  • (::Float)


2961
2962
2963
# File 'sig/types.rbs', line 2961

def estimated_monthly_cost
  @estimated_monthly_cost
end

#total::Float

Returns the value of attribute total.

Returns:

  • (::Float)


2960
2961
2962
# File 'sig/types.rbs', line 2960

def total
  @total
end

#type"EC2_INSTANCE_HOURS", ...

Returns the value of attribute type.

Returns:

  • ("EC2_INSTANCE_HOURS", "ECR_INITIAL_SCAN", "ECR_RESCAN", "LAMBDA_FUNCTION_HOURS", "LAMBDA_FUNCTION_CODE_HOURS", "CODE_REPOSITORY_SAST", "CODE_REPOSITORY_IAC", "CODE_REPOSITORY_SCA", "EC2_AGENTLESS_INSTANCE_HOURS", "AZURE_CONTAINER_IMAGE_INITIAL_SCAN", "AZURE_CONTAINER_IMAGE_RESCAN", "AZURE_VM_AGENT_BASED_INSTANCE_HOURS", "AZURE_SERVERLESS_FUNCTION_HOURS")


2959
2960
2961
# File 'sig/types.rbs', line 2959

def type
  @type
end