Method: Aws::IoT::Types::UpdateBillingGroupResponse#version

Defined in:
lib/aws-sdk-iot/types.rb

#versionInteger

The latest version of the billing group.

Returns:

  • (Integer)


17522
17523
17524
17525
17526
# File 'lib/aws-sdk-iot/types.rb', line 17522

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