Class: Aws::MediaConnect::Types::DeleteGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful DeleteGateway request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway that was deleted.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway that was deleted.
1156 1157 1158 1159 1160 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1156 class DeleteGatewayResponse < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |