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.

Placeholder documentation for DeleteReservationResponse

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MediaLive.Model.DeleteReservationResponse

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

Syntax

C#
public class DeleteReservationResponse : AmazonWebServiceResponse

The DeleteReservationResponse type exposes the following members

Constructors

NameDescription
Public Method DeleteReservationResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn. Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Count System.Int32

Gets and sets the property Count. Number of reserved resources

Public Property CurrencyCode System.String

Gets and sets the property CurrencyCode. Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'

Public Property Duration System.Int32

Gets and sets the property Duration. Lease duration, e.g. '12'

Public Property DurationUnits Amazon.MediaLive.OfferingDurationUnits

Gets and sets the property DurationUnits. Units for duration, e.g. 'MONTHS'

Public Property End System.String

Gets and sets the property End. Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00'

Public Property FixedPrice System.Double

Gets and sets the property FixedPrice. One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Name System.String

Gets and sets the property Name. User specified reservation name

Public Property OfferingDescription System.String

Gets and sets the property OfferingDescription. Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'

Public Property OfferingId System.String

Gets and sets the property OfferingId. Unique offering ID, e.g. '87654321'

Public Property OfferingType Amazon.MediaLive.OfferingType

Gets and sets the property OfferingType. Offering type, e.g. 'NO_UPFRONT'

Public Property Region System.String

Gets and sets the property Region. AWS region, e.g. 'us-west-2'

Public Property RenewalSettings Amazon.MediaLive.Model.RenewalSettings

Gets and sets the property RenewalSettings. Renewal settings for the reservation

Public Property ReservationId System.String

Gets and sets the property ReservationId. Unique reservation ID, e.g. '1234567'

Public Property ResourceSpecification Amazon.MediaLive.Model.ReservationResourceSpecification

Gets and sets the property ResourceSpecification. Resource configuration details

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Start System.String

Gets and sets the property Start. Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00'

Public Property State Amazon.MediaLive.ReservationState

Gets and sets the property State. Current state of reservation, e.g. 'ACTIVE'

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags. A collection of key-value pairs

Public Property UsagePrice System.Double

Gets and sets the property UsagePrice. Recurring usage charge for each reserved resource, e.g. '157.0'

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