Class: Aws::MediaConnect::Types::DescribeOfferingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_arnString

The ARN of the offering.

Returns:

  • (String)


1453
1454
1455
1456
1457
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1453

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