Class: Aws::IoT::Types::UpdateBillingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateBillingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
16440 16441 16442 16443 16444 |
# File 'lib/aws-sdk-iot/types.rb', line 16440 class UpdateBillingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |