Class: Aws::MediaConnect::Types::DeleteGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway that you want to delete.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway that you want to delete.
1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1222 class DeleteGatewayRequest < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |