Class: Aws::MediaConnect::Types::DeleteRouterInputResponse

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 input.

Returns:

  • (String)


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

#nameString

The name of the deleted router input.

Returns:

  • (String)


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

#stateString

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

Returns:

  • (String)


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