Class: Aws::MediaConnect::Types::Gateway

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

Overview

The settings for a gateway, including its networks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#egress_cidr_blocksArray<String>

The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Returns:

  • (Array<String>)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1931

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1931

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_messagesArray<Types::MessageDetail>

Returns:



1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1931

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_stateString

The current status of the gateway.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1931

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the gateway. This name can not be modified after the gateway is created.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1931

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#networksArray<Types::GatewayNetwork>

The list of networks in the gateway.

Returns:



1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1931

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end