Class: Aws::Types::Source
- Inherits:
-
Object
- Object
- Aws::Types::Source
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connected_router_output_arn ⇒ ::String
Returns the value of attribute connected_router_output_arn.
-
#data_transfer_subscriber_fee_percent ⇒ ::Integer
Returns the value of attribute data_transfer_subscriber_fee_percent.
-
#decryption ⇒ Types::Encryption
Returns the value of attribute decryption.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
-
#gateway_bridge_source ⇒ Types::GatewayBridgeSource
Returns the value of attribute gateway_bridge_source.
-
#ingest_ip ⇒ ::String
Returns the value of attribute ingest_ip.
-
#ingest_port ⇒ ::Integer
Returns the value of attribute ingest_port.
-
#media_stream_source_configurations ⇒ ::Array[Types::MediaStreamSourceConfiguration]
Returns the value of attribute media_stream_source_configurations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#peer_ip_address ⇒ ::String
Returns the value of attribute peer_ip_address.
-
#router_integration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute router_integration_state.
-
#router_integration_transit_decryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute router_integration_transit_decryption.
-
#sender_control_port ⇒ ::Integer
Returns the value of attribute sender_control_port.
-
#sender_ip_address ⇒ ::String
Returns the value of attribute sender_ip_address.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#transport ⇒ Types::Transport
Returns the value of attribute transport.
-
#vpc_interface_name ⇒ ::String
Returns the value of attribute vpc_interface_name.
-
#whitelist_cidr ⇒ ::String
Returns the value of attribute whitelist_cidr.
Instance Attribute Details
#connected_router_output_arn ⇒ ::String
Returns the value of attribute connected_router_output_arn.
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.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def data_transfer_subscriber_fee_percent @data_transfer_subscriber_fee_percent end |
#decryption ⇒ Types::Encryption
Returns the value of attribute decryption.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def decryption @decryption end |
#description ⇒ ::String
Returns the value of attribute description.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def description @description end |
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def entitlement_arn @entitlement_arn end |
#gateway_bridge_source ⇒ Types::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.
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.
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.
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.
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.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def router_integration_state @router_integration_state end |
#router_integration_transit_decryption ⇒ Types::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.
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.
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.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def source_arn @source_arn end |
#transport ⇒ Types::Transport
Returns the value of attribute transport.
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.
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.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def whitelist_cidr @whitelist_cidr end |