AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A representation of a billing group.

Inheritance Hierarchy

System.Object
  Amazon.BillingConductor.Model.BillingGroupListElement

Namespace: Amazon.BillingConductor.Model
Assembly: AWSSDK.BillingConductor.dll
Version: 3.x.y.z

Syntax

C#
public class BillingGroupListElement

The BillingGroupListElement type exposes the following members

Constructors

NameDescription
Public Method BillingGroupListElement()

Properties

NameTypeDescription
Public Property AccountGrouping Amazon.BillingConductor.Model.ListBillingGroupAccountGrouping

Gets and sets the property AccountGrouping.

Specifies if the billing group has automatic account association (AutoAssociate) enabled.

Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Number (ARN) that can be used to uniquely identify the billing group.

Public Property ComputationPreference Amazon.BillingConductor.Model.ComputationPreference

Gets and sets the property ComputationPreference.

Public Property CreationTime System.Int64

Gets and sets the property CreationTime.

The time when the billing group was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the billing group.

Public Property LastModifiedTime System.Int64

Gets and sets the property LastModifiedTime.

The most recent time when the billing group was modified.

Public Property Name System.String

Gets and sets the property Name.

The name of the billing group.

Public Property PrimaryAccountId System.String

Gets and sets the property PrimaryAccountId.

The account ID that serves as the main account in a billing group.

Public Property Size System.Int64

Gets and sets the property Size.

The number of accounts in the particular billing group.

Public Property Status Amazon.BillingConductor.BillingGroupStatus

Gets and sets the property Status.

The billing group status. Only one of the valid values can be used.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The reason why the billing group is in its current status.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5