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 DescribeOfferingResponse

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeOfferingResponse : AmazonWebServiceResponse

The DescribeOfferingResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeOfferingResponse()

Properties

NameTypeDescription
Public Property Arn System.String

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 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 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 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 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