Class: Aws::MediaConnect::Types::DeleteRouterInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteRouterInputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the deleted router input.
-
#name ⇒ String
The name of the deleted router input.
-
#state ⇒ String
The current state of the deleted router input, indicating where it is in the deletion process.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted router input.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1700 class DeleteRouterInputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deleted router input.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1700 class DeleteRouterInputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the deleted router input, indicating where it is in the deletion process.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1700 class DeleteRouterInputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |