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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-iot/types.rb', line 15760

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