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)


14694
14695
14696
14697
14698
# File 'lib/aws-sdk-iot/types.rb', line 14694

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