AWS.Tools.Billing.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Billing</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.AWSB.GetAWSBBillingViewListCmdlet">
            <summary>
            Lists the billing views available for a given time period.
             
              
            <para>
            Every Amazon Web Services account has a unique <c>PRIMARY</c> billing view that represents
            the billing data available by default. Accounts that use Billing Conductor also have
            <c>BILLING_GROUP</c> billing views representing pro forma costs associated with each
            created billing group.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AWSB.GetAWSBBillingViewListCmdlet.ActiveTimeRange_ActiveAfterInclusive">
            <summary>
            <para>
            <para>The inclusive time range start date.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AWSB.GetAWSBBillingViewListCmdlet.ActiveTimeRange_ActiveBeforeInclusive">
            <summary>
            <para>
            <para> The inclusive time range end date. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AWSB.GetAWSBBillingViewListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of billing views to retrieve. Default is 100. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AWSB.GetAWSBBillingViewListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token that is used on subsequent calls to list billing views.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AWSB.GetAWSBBillingViewListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BillingViews'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Billing.Model.ListBillingViewsResponse).
            Specifying the name of a property of type Amazon.Billing.Model.ListBillingViewsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AWSB.GetAWSBBillingViewListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
    </members>
</doc>