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

Class: Aws::MediaLive::Types::PurchaseOfferingRequest

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

Overview

Note:

When passing PurchaseOfferingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  count: 1, # required
  name: "__string",
  offering_id: "__string", # required
  request_id: "__string",
  start: "__string",
  tags: {
    "__string" => "__string",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns:

  • (Integer)

#nameString

Returns:

  • (String)

#offering_idString

Returns:

  • (String)

#request_idString

Returns:

  • (String)

#startString

Returns:

  • (String)

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)