Class: Aws::MediaConnect::Types::DescribeGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The ARN of the gateway that you want to describe.
Instance Attribute Details
#gateway_arn ⇒ String
The ARN of the gateway that you want to describe.
1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1969 class DescribeGatewayRequest < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |