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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass PurchaseOfferingRequest data as a hash:

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns:

  • (Integer)


14930
14931
14932
14933
14934
14935
14936
14937
14938
14939
# File 'lib/aws-sdk-medialive/types.rb', line 14930

class PurchaseOfferingRequest < Struct.new(
  :count,
  :name,
  :offering_id,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


14930
14931
14932
14933
14934
14935
14936
14937
14938
14939
# File 'lib/aws-sdk-medialive/types.rb', line 14930

class PurchaseOfferingRequest < Struct.new(
  :count,
  :name,
  :offering_id,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

Returns:

  • (String)


14930
14931
14932
14933
14934
14935
14936
14937
14938
14939
# File 'lib/aws-sdk-medialive/types.rb', line 14930

class PurchaseOfferingRequest < Struct.new(
  :count,
  :name,
  :offering_id,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


14930
14931
14932
14933
14934
14935
14936
14937
14938
14939
# File 'lib/aws-sdk-medialive/types.rb', line 14930

class PurchaseOfferingRequest < Struct.new(
  :count,
  :name,
  :offering_id,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#startString

Returns:

  • (String)


14930
14931
14932
14933
14934
14935
14936
14937
14938
14939
# File 'lib/aws-sdk-medialive/types.rb', line 14930

class PurchaseOfferingRequest < Struct.new(
  :count,
  :name,
  :offering_id,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


14930
14931
14932
14933
14934
14935
14936
14937
14938
14939
# File 'lib/aws-sdk-medialive/types.rb', line 14930

class PurchaseOfferingRequest < Struct.new(
  :count,
  :name,
  :offering_id,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end