Class: Aws::MediaConnect::Types::DeleteRouterOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteRouterOutputResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the deleted router output.
-
#name ⇒ String
The name of the deleted router output.
-
#state ⇒ String
The current state of the deleted router output, indicating where it is in the deletion process.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted router output.
1772 1773 1774 1775 1776 1777 1778 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1772 class DeleteRouterOutputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deleted router output.
1772 1773 1774 1775 1776 1777 1778 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1772 class DeleteRouterOutputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the deleted router output, indicating where it is in the deletion process.
1772 1773 1774 1775 1776 1777 1778 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1772 class DeleteRouterOutputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |