Class: Aws::MediaConnect::Types::GatewayInstance

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

Overview

The settings for an instance in a gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_placementString

The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end

#connection_statusString

The connection state of the instance.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_instance_arnString

The Amazon Resource Name (ARN) of the gateway.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The managed instance ID generated by the SSM install. This will begin with “mi-”.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end

#instance_messagesArray<Types::MessageDetail>

Returns:



2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end

#instance_stateString

The status of the instance.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end

#running_bridge_countInteger

The running bridge count.

Returns:

  • (Integer)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2109

class GatewayInstance < Struct.new(
  :bridge_placement,
  :connection_status,
  :gateway_arn,
  :gateway_instance_arn,
  :instance_id,
  :instance_messages,
  :instance_state,
  :running_bridge_count)
  SENSITIVE = []
  include Aws::Structure
end