Class: Aws::IoT::Types::UpdateBillingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateBillingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_group_name ⇒ String
The name of the billing group.
-
#billing_group_properties ⇒ Types::BillingGroupProperties
The properties of the billing group.
-
#expected_version ⇒ Integer
The expected version of the billing group.
Instance Attribute Details
#billing_group_name ⇒ String
The name of the billing group.
16428 16429 16430 16431 16432 16433 16434 |
# File 'lib/aws-sdk-iot/types.rb', line 16428 class UpdateBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_properties, :expected_version) SENSITIVE = [] include Aws::Structure end |
#billing_group_properties ⇒ Types::BillingGroupProperties
The properties of the billing group.
16428 16429 16430 16431 16432 16433 16434 |
# File 'lib/aws-sdk-iot/types.rb', line 16428 class UpdateBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_properties, :expected_version) SENSITIVE = [] include Aws::Structure end |
#expected_version ⇒ Integer
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 ‘UpdateBillingGroup` request is rejected with a `VersionConflictException`.
16428 16429 16430 16431 16432 16433 16434 |
# File 'lib/aws-sdk-iot/types.rb', line 16428 class UpdateBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_properties, :expected_version) SENSITIVE = [] include Aws::Structure end |