Class: Aws::MediaConnect::Types::DescribeGatewayResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gatewayTypes::Gateway

The gateway that you wanted to describe.

Returns:



1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1457

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