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

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

Instance Attribute Summary collapse

Instance Attribute Details

#versionInteger

The latest version of the billing group.

Returns:

  • (Integer)


10840
10841
10842
10843
# File 'lib/aws-sdk-iot/types.rb', line 10840

class UpdateBillingGroupResponse < Struct.new(
  :version)
  include Aws::Structure
end