Method: Aws::DirectConnect::Types::Connection#bandwidth

Defined in:
lib/aws-sdk-directconnect/types.rb

#bandwidthString

The bandwidth of the connection.

Returns:

  • (String)


923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
# File 'lib/aws-sdk-directconnect/types.rb', line 923

class Connection < Struct.new(
  :owner_account,
  :connection_id,
  :connection_name,
  :connection_state,
  :region,
  :location,
  :bandwidth,
  :vlan,
  :partner_name,
  :loa_issue_time,
  :lag_id,
  :aws_device,
  :jumbo_frame_capable,
  :aws_device_v2,
  :aws_logical_device_id,
  :has_logical_redundancy,
  :tags,
  :provider_name,
  :mac_sec_capable,
  :port_encryption_status,
  :encryption_mode,
  :mac_sec_keys,
  :partner_interconnect_mac_sec_capable)
  SENSITIVE = []
  include Aws::Structure
end