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:



2063
2064
2065
2066
2067
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2063

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