Class: Aws::MediaLive::Types::DescribeOfferingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_idString

Returns:

  • (String)


3422
3423
3424
3425
3426
# File 'lib/aws-sdk-medialive/types.rb', line 3422

class DescribeOfferingRequest < Struct.new(
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end