Class: Aws::Types::Source

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connected_router_output_arn::String

Returns the value of attribute connected_router_output_arn.

Returns:

  • (::String)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def connected_router_output_arn
  @connected_router_output_arn
end

#data_transfer_subscriber_fee_percent::Integer

Returns the value of attribute data_transfer_subscriber_fee_percent.

Returns:

  • (::Integer)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def data_transfer_subscriber_fee_percent
  @data_transfer_subscriber_fee_percent
end

#decryptionTypes::Encryption

Returns the value of attribute decryption.

Returns:



2115
2116
2117
# File 'sig/types.rbs', line 2115

def decryption
  @decryption
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def description
  @description
end

#entitlement_arn::String

Returns the value of attribute entitlement_arn.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def entitlement_arn
  @entitlement_arn
end

#gateway_bridge_sourceTypes::GatewayBridgeSource

Returns the value of attribute gateway_bridge_source.



2128
2129
2130
# File 'sig/types.rbs', line 2128

def gateway_bridge_source
  @gateway_bridge_source
end

#ingest_ip::String

Returns the value of attribute ingest_ip.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def ingest_ip
  @ingest_ip
end

#ingest_port::Integer

Returns the value of attribute ingest_port.

Returns:

  • (::Integer)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def ingest_port
  @ingest_port
end

#media_stream_source_configurations::Array[Types::MediaStreamSourceConfiguration]

Returns the value of attribute media_stream_source_configurations.



2120
2121
2122
# File 'sig/types.rbs', line 2120

def media_stream_source_configurations
  @media_stream_source_configurations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def name
  @name
end

#peer_ip_address::String

Returns the value of attribute peer_ip_address.

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def peer_ip_address
  @peer_ip_address
end

#router_integration_state"ENABLED", "DISABLED"

Returns the value of attribute router_integration_state.

Returns:

  • ("ENABLED", "DISABLED")


2130
2131
2132
# File 'sig/types.rbs', line 2130

def router_integration_state
  @router_integration_state
end

#router_integration_transit_decryptionTypes::FlowTransitEncryption

Returns the value of attribute router_integration_transit_decryption.



2131
2132
2133
# File 'sig/types.rbs', line 2131

def router_integration_transit_decryption
  @router_integration_transit_decryption
end

#sender_control_port::Integer

Returns the value of attribute sender_control_port.

Returns:

  • (::Integer)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def sender_control_port
  @sender_control_port
end

#sender_ip_address::String

Returns the value of attribute sender_ip_address.

Returns:

  • (::String)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def sender_ip_address
  @sender_ip_address
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def source_arn
  @source_arn
end

#transportTypes::Transport

Returns the value of attribute transport.

Returns:



2125
2126
2127
# File 'sig/types.rbs', line 2125

def transport
  @transport
end

#vpc_interface_name::String

Returns the value of attribute vpc_interface_name.

Returns:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def vpc_interface_name
  @vpc_interface_name
end

#whitelist_cidr::String

Returns the value of attribute whitelist_cidr.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def whitelist_cidr
  @whitelist_cidr
end