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)


3570
3571
3572
3573
3574
# File 'lib/aws-sdk-medialive/types.rb', line 3570

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