Class: Aws::Types::UpdateNetworkProfileRequest

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)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def description
  @description
end

Returns the value of attribute downlink_bandwidth_bits.

Returns:

  • (::Integer)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def downlink_bandwidth_bits
  @downlink_bandwidth_bits
end

Returns the value of attribute downlink_delay_ms.

Returns:

  • (::Integer)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def downlink_delay_ms
  @downlink_delay_ms
end

Returns the value of attribute downlink_jitter_ms.

Returns:

  • (::Integer)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def downlink_jitter_ms
  @downlink_jitter_ms
end

Returns the value of attribute downlink_loss_percent.

Returns:

  • (::Integer)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def downlink_loss_percent
  @downlink_loss_percent
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def name
  @name
end

#type"CURATED", "PRIVATE"

Returns the value of attribute type.

Returns:

  • ("CURATED", "PRIVATE")


1458
1459
1460
# File 'sig/types.rbs', line 1458

def type
  @type
end

Returns the value of attribute uplink_bandwidth_bits.

Returns:

  • (::Integer)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def uplink_bandwidth_bits
  @uplink_bandwidth_bits
end

Returns the value of attribute uplink_delay_ms.

Returns:

  • (::Integer)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def uplink_delay_ms
  @uplink_delay_ms
end

Returns the value of attribute uplink_jitter_ms.

Returns:

  • (::Integer)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def uplink_jitter_ms
  @uplink_jitter_ms
end

Returns the value of attribute uplink_loss_percent.

Returns:

  • (::Integer)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def uplink_loss_percent
  @uplink_loss_percent
end