Class: Aws::IoT::Types::UpdateBillingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateBillingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#version ⇒ Integer
The latest version of the billing group.
Instance Attribute Details
#version ⇒ Integer
The latest version of the billing group.
10840 10841 10842 10843 |
# File 'lib/aws-sdk-iot/types.rb', line 10840 class UpdateBillingGroupResponse < Struct.new( :version) include Aws::Structure end |