Class: Aws::Types::NetworkProfile

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



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

def arn
  @arn
end

#description::String

Returns the value of attribute description.



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

def description
  @description
end

Returns the value of attribute downlink_bandwidth_bits.



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

def downlink_bandwidth_bits
  @downlink_bandwidth_bits
end

Returns the value of attribute downlink_delay_ms.



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

def downlink_delay_ms
  @downlink_delay_ms
end

Returns the value of attribute downlink_jitter_ms.



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

def downlink_jitter_ms
  @downlink_jitter_ms
end

Returns the value of attribute downlink_loss_percent.



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

def downlink_loss_percent
  @downlink_loss_percent
end

#name::String

Returns the value of attribute name.



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

def name
  @name
end

#type"CURATED", "PRIVATE"

Returns the value of attribute type.



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

def type
  @type
end

Returns the value of attribute uplink_bandwidth_bits.



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

def uplink_bandwidth_bits
  @uplink_bandwidth_bits
end

Returns the value of attribute uplink_delay_ms.



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

def uplink_delay_ms
  @uplink_delay_ms
end

Returns the value of attribute uplink_jitter_ms.



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

def uplink_jitter_ms
  @uplink_jitter_ms
end

Returns the value of attribute uplink_loss_percent.



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

def uplink_loss_percent
  @uplink_loss_percent
end