Class: Aws::IoT::Types::UpdateBillingGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#versionInteger

The latest version of the billing group.

Returns:

  • (Integer)


15760
15761
15762
15763
15764
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15760

class UpdateBillingGroupResponse < Struct.new(
  :version)
  SENSITIVE = []
  include Aws::Structure
end