Class: Aws::MediaConnect::Types::ListedBridge

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

Overview

Displays details of the selected bridge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

The ARN of the bridge.

Returns:

  • (String)


2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882

class ListedBridge < Struct.new(
  :bridge_arn,
  :bridge_state,
  :bridge_type,
  :name,
  :placement_arn)
  SENSITIVE = []
  include Aws::Structure
end

#bridge_stateString

The state of the bridge.

Returns:

  • (String)


2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882

class ListedBridge < Struct.new(
  :bridge_arn,
  :bridge_state,
  :bridge_type,
  :name,
  :placement_arn)
  SENSITIVE = []
  include Aws::Structure
end

#bridge_typeString

The type of the bridge.

Returns:

  • (String)


2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882

class ListedBridge < Struct.new(
  :bridge_arn,
  :bridge_state,
  :bridge_type,
  :name,
  :placement_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the bridge.

Returns:

  • (String)


2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882

class ListedBridge < Struct.new(
  :bridge_arn,
  :bridge_state,
  :bridge_type,
  :name,
  :placement_arn)
  SENSITIVE = []
  include Aws::Structure
end

#placement_arnString

The ARN of the gateway associated with the bridge.

Returns:

  • (String)


2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882

class ListedBridge < Struct.new(
  :bridge_arn,
  :bridge_state,
  :bridge_type,
  :name,
  :placement_arn)
  SENSITIVE = []
  include Aws::Structure
end