Class: Aws::Types::NetworkProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def description
  @description
end

Returns the value of attribute downlink_bandwidth_bits.

Returns:

  • (::Integer)


974
975
976
# File 'sig/types.rbs', line 974

def downlink_bandwidth_bits
  @downlink_bandwidth_bits
end

Returns the value of attribute downlink_delay_ms.

Returns:

  • (::Integer)


976
977
978
# File 'sig/types.rbs', line 976

def downlink_delay_ms
  @downlink_delay_ms
end

Returns the value of attribute downlink_jitter_ms.

Returns:

  • (::Integer)


978
979
980
# File 'sig/types.rbs', line 978

def downlink_jitter_ms
  @downlink_jitter_ms
end

Returns the value of attribute downlink_loss_percent.

Returns:

  • (::Integer)


980
981
982
# File 'sig/types.rbs', line 980

def downlink_loss_percent
  @downlink_loss_percent
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def name
  @name
end

#type"CURATED", "PRIVATE"

Returns the value of attribute type.

Returns:

  • ("CURATED", "PRIVATE")


972
973
974
# File 'sig/types.rbs', line 972

def type
  @type
end

Returns the value of attribute uplink_bandwidth_bits.

Returns:

  • (::Integer)


973
974
975
# File 'sig/types.rbs', line 973

def uplink_bandwidth_bits
  @uplink_bandwidth_bits
end

Returns the value of attribute uplink_delay_ms.

Returns:

  • (::Integer)


975
976
977
# File 'sig/types.rbs', line 975

def uplink_delay_ms
  @uplink_delay_ms
end

Returns the value of attribute uplink_jitter_ms.

Returns:

  • (::Integer)


977
978
979
# File 'sig/types.rbs', line 977

def uplink_jitter_ms
  @uplink_jitter_ms
end

Returns the value of attribute uplink_loss_percent.

Returns:

  • (::Integer)


979
980
981
# File 'sig/types.rbs', line 979

def uplink_loss_percent
  @uplink_loss_percent
end