Class: Aws::MediaConnect::Types::DeleteRouterNetworkInterfaceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the deleted router network interface.

Returns:

  • (String)


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

#nameString

The name of the deleted router network interface.

Returns:

  • (String)


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

#stateString

The current state of the deleted router network interface, indicating where it is in the deletion process.

Returns:

  • (String)


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