Method: Aws::IoT::Types::UpdateBillingGroupResponse#version
- Defined in:
- lib/aws-sdk-iot/types.rb
#version ⇒ Integer
The latest version of the billing group.
17522 17523 17524 17525 17526 |
# File 'lib/aws-sdk-iot/types.rb', line 17522 class UpdateBillingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |