AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the ListChangeBatchesByRRSet operation. This action gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53.AmazonRoute53Request
      Amazon.Route53.Model.ListChangeBatchesByRRSetRequest

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListChangeBatchesByRRSetRequest : AmazonRoute53Request
         IRequestEvents

The ListChangeBatchesByRRSetRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EndDate System.String Gets and sets the property EndDate.

The end of the time period you want to see changes for.

Public Property HostedZoneId System.String Gets and sets the property HostedZoneId.

The ID of the hosted zone that you want to see changes for.

Public Property Marker System.String Gets and sets the property Marker.

The page marker.

Public Property MaxItems System.String Gets and sets the property MaxItems.

The maximum number of items on a page.

Public Property Name System.String Gets and sets the property Name.

The name of the RRSet that you want to see changes for.

Public Property SetIdentifier System.String Gets and sets the property SetIdentifier.

The identifier of the RRSet that you want to see changes for.

Public Property StartDate System.String Gets and sets the property StartDate.

The start of the time period you want to see changes for.

Public Property Type Amazon.Route53.RRType Gets and sets the property Type.

The type of the RRSet that you want to see changes for.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8