You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::PurchaseOffering

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

PurchaseOffering request

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Number of resources

Returns:

  • (Integer)

    Number of resources.

#nameString

Name for the new reservation

Returns:

  • (String)

    Name for the new reservation.

#request_idString

Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.

Returns:

  • (String)

    Unique request ID to be specified.

#startString

Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.

Returns:

  • (String)

    Requested reservation start time (UTC) in ISO-8601 format.

#tagsHash<String,String>

A collection of key-value pairs

Returns:

  • (Hash<String,String>)

    A collection of key-value pairs.