Class: Aws::BillingConductor::Types::PricingPlanListElement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

A representation of a pricing plan.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276

class PricingPlanListElement < Struct.new(
  :name,
  :arn,
  :description,
  :size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#creation_timeInteger

The time when the pricing plan was created.

Returns:

  • (Integer)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276

class PricingPlanListElement < Struct.new(
  :name,
  :arn,
  :description,
  :size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The pricing plan description.

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276

class PricingPlanListElement < Struct.new(
  :name,
  :arn,
  :description,
  :size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#last_modified_timeInteger

The most recent time when the pricing plan was modified.

Returns:

  • (Integer)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276

class PricingPlanListElement < Struct.new(
  :name,
  :arn,
  :description,
  :size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of a pricing plan.

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276

class PricingPlanListElement < Struct.new(
  :name,
  :arn,
  :description,
  :size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#sizeInteger

The pricing rules count that's currently associated with this pricing plan list element.

Returns:

  • (Integer)


2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276

class PricingPlanListElement < Struct.new(
  :name,
  :arn,
  :description,
  :size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end