Class: Aws::Types::Output

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arn::String

Returns the value of attribute bridge_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def description
  @description
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def destination
  @destination
end

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



1494
1495
1496
# File 'sig/types.rbs', line 1494

def encryption
  @encryption
end

#entitlement_arn::String

Returns the value of attribute entitlement_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def name
  @name
end

#output_arn::String

Returns the value of attribute output_arn.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ENABLED", "DISABLED")


1508
1509
1510
# File 'sig/types.rbs', line 1508

def router_integration_state
  @router_integration_state
end

#router_integration_transit_encryptionTypes::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

#transportTypes::Transport

Returns the value of attribute transport.

Returns:



1502
1503
1504
# File 'sig/types.rbs', line 1502

def transport
  @transport
end

#vpc_interface_attachmentTypes::VpcInterfaceAttachment

Returns the value of attribute vpc_interface_attachment.



1503
1504
1505
# File 'sig/types.rbs', line 1503

def vpc_interface_attachment
  @vpc_interface_attachment
end