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
 
A complex type that contains the response information for the request.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Route53.Model.ListTrafficPolicyInstancesResult

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

Syntax

C#
public class ListTrafficPolicyInstancesResult : AmazonWebServiceResponse

The ListTrafficPolicyInstancesResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HostedZoneIdMarker System.String Gets and sets the property HostedZoneIdMarker.

If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of the first traffic policy instance in the next group of MaxItems traffic policy instances.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IsTruncated System.Boolean Gets and sets the property IsTruncated.

A flag that indicates whether there are more traffic policy instances to be listed. If the response was truncated, you can get the next group of MaxItems traffic policy instances by calling ListTrafficPolicyInstances again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker elements in the corresponding request parameters.

Valid Values: true | false

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

The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances that produced the current response.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TrafficPolicyInstanceNameMarker System.String Gets and sets the property TrafficPolicyInstanceNameMarker.

If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the first traffic policy instance in the next group of MaxItems traffic policy instances.

Public Property TrafficPolicyInstances System.Collections.Generic.List<Amazon.Route53.Model.TrafficPolicyInstance> Gets and sets the property TrafficPolicyInstances.

A list that contains one TrafficPolicyInstance element for each traffic policy instance that matches the elements in the request.

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

If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of MaxItems traffic policy instances.

Version Information

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

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