Class: Aws::IoT::Types::DeleteBillingGroupRequest

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

#billing_group_nameString

The name of the billing group.

Returns:

  • (String)


4991
4992
4993
4994
4995
4996
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4991

class DeleteBillingGroupRequest < Struct.new(
  :billing_group_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end

#expected_versionInteger

The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the DeleteBillingGroup request is rejected with a VersionConflictException.

Returns:

  • (Integer)


4991
4992
4993
4994
4995
4996
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4991

class DeleteBillingGroupRequest < Struct.new(
  :billing_group_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end