Class: Aws::Types::Output
- Inherits:
-
Object
- Object
- Aws::Types::Output
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#bridge_ports ⇒ ::Array[::Integer]
Returns the value of attribute bridge_ports.
-
#connected_router_input_arn ⇒ ::String
Returns the value of attribute connected_router_input_arn.
-
#data_transfer_subscriber_fee_percent ⇒ ::Integer
Returns the value of attribute data_transfer_subscriber_fee_percent.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
-
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
-
#listener_address ⇒ ::String
Returns the value of attribute listener_address.
-
#media_live_input_arn ⇒ ::String
Returns the value of attribute media_live_input_arn.
-
#media_stream_output_configurations ⇒ ::Array[Types::MediaStreamOutputConfiguration]
Returns the value of attribute media_stream_output_configurations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_arn ⇒ ::String
Returns the value of attribute output_arn.
-
#output_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute output_status.
-
#peer_ip_address ⇒ ::String
Returns the value of attribute peer_ip_address.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#router_integration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute router_integration_state.
-
#router_integration_transit_encryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute router_integration_transit_encryption.
-
#transport ⇒ Types::Transport
Returns the value of attribute transport.
-
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute vpc_interface_attachment.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def bridge_arn @bridge_arn end |
#bridge_ports ⇒ ::Array[::Integer]
Returns the value of attribute bridge_ports.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def bridge_ports @bridge_ports end |
#connected_router_input_arn ⇒ ::String
Returns the value of attribute connected_router_input_arn.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def connected_router_input_arn @connected_router_input_arn end |
#data_transfer_subscriber_fee_percent ⇒ ::Integer
Returns the value of attribute data_transfer_subscriber_fee_percent.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def data_transfer_subscriber_fee_percent @data_transfer_subscriber_fee_percent end |
#description ⇒ ::String
Returns the value of attribute description.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def description @description end |
#destination ⇒ ::String
Returns the value of attribute destination.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def destination @destination end |
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def encryption @encryption end |
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def entitlement_arn @entitlement_arn end |
#listener_address ⇒ ::String
Returns the value of attribute listener_address.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def listener_address @listener_address end |
#media_live_input_arn ⇒ ::String
Returns the value of attribute media_live_input_arn.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def media_live_input_arn @media_live_input_arn end |
#media_stream_output_configurations ⇒ ::Array[Types::MediaStreamOutputConfiguration]
Returns the value of attribute media_stream_output_configurations.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def media_stream_output_configurations @media_stream_output_configurations end |
#name ⇒ ::String
Returns the value of attribute name.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def name @name end |
#output_arn ⇒ ::String
Returns the value of attribute output_arn.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def output_arn @output_arn end |
#output_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute output_status.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def output_status @output_status end |
#peer_ip_address ⇒ ::String
Returns the value of attribute peer_ip_address.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def peer_ip_address @peer_ip_address end |
#port ⇒ ::Integer
Returns the value of attribute port.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def port @port end |
#router_integration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute router_integration_state.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def router_integration_state @router_integration_state end |
#router_integration_transit_encryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute router_integration_transit_encryption.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def router_integration_transit_encryption @router_integration_transit_encryption end |
#transport ⇒ Types::Transport
Returns the value of attribute transport.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def transport @transport end |
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute vpc_interface_attachment.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def @vpc_interface_attachment end |