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.
15760 15761 15762 15763 15764 |
# File 'lib/aws-sdk-iot/types.rb', line 15760 class UpdateBillingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |