Class: Aws::MediaConnect::Types::DeleteRouterNetworkInterfaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteRouterNetworkInterfaceResponse
- 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 network interface.
-
#name ⇒ String
The name of the deleted router network interface.
-
#state ⇒ String
The current state of the deleted router network interface, indicating where it is in the deletion process.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted router network interface.
1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1736 class DeleteRouterNetworkInterfaceResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deleted router network interface.
1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1736 class DeleteRouterNetworkInterfaceResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the deleted router network interface, indicating where it is in the deletion process.
1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1736 class DeleteRouterNetworkInterfaceResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |