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:



2012
2013
2014
2015
2016
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2012

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