Class: Aws::MediaConnect::Types::DeleteRouterOutputResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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 output.

Returns:

  • (String)


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

#nameString

The name of the deleted router output.

Returns:

  • (String)


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

#stateString

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

Returns:

  • (String)


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