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.
15997 15998 15999 16000 16001 |
# File 'lib/aws-sdk-iot/types.rb', line 15997 class UpdateBillingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |