Class: Aws::IoT::Types::UpdateBillingGroupResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#versionInteger

The latest version of the billing group.

Returns:

  • (Integer)


16171
16172
16173
16174
16175
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16171

class UpdateBillingGroupResponse < Struct.new(
  :version)
  SENSITIVE = []
  include Aws::Structure
end