Class: Aws::IoT::Types::UpdateBillingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateBillingGroupResponse
- Defined in:
- gems/aws-sdk-iot/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.
16171 16172 16173 16174 16175 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16171 class UpdateBillingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |