Class: Aws::Types::CreateNetworkProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def description
  @description
end

Returns the value of attribute downlink_bandwidth_bits.

Returns:

  • (::Integer)


94
95
96
# File 'sig/types.rbs', line 94

def downlink_bandwidth_bits
  @downlink_bandwidth_bits
end

Returns the value of attribute downlink_delay_ms.

Returns:

  • (::Integer)


96
97
98
# File 'sig/types.rbs', line 96

def downlink_delay_ms
  @downlink_delay_ms
end

Returns the value of attribute downlink_jitter_ms.

Returns:

  • (::Integer)


98
99
100
# File 'sig/types.rbs', line 98

def downlink_jitter_ms
  @downlink_jitter_ms
end

Returns the value of attribute downlink_loss_percent.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def downlink_loss_percent
  @downlink_loss_percent
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def name
  @name
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def project_arn
  @project_arn
end

#type"CURATED", "PRIVATE"

Returns the value of attribute type.

Returns:

  • ("CURATED", "PRIVATE")


92
93
94
# File 'sig/types.rbs', line 92

def type
  @type
end

Returns the value of attribute uplink_bandwidth_bits.

Returns:

  • (::Integer)


93
94
95
# File 'sig/types.rbs', line 93

def uplink_bandwidth_bits
  @uplink_bandwidth_bits
end

Returns the value of attribute uplink_delay_ms.

Returns:

  • (::Integer)


95
96
97
# File 'sig/types.rbs', line 95

def uplink_delay_ms
  @uplink_delay_ms
end

Returns the value of attribute uplink_jitter_ms.

Returns:

  • (::Integer)


97
98
99
# File 'sig/types.rbs', line 97

def uplink_jitter_ms
  @uplink_jitter_ms
end

Returns the value of attribute uplink_loss_percent.

Returns:

  • (::Integer)


99
100
101
# File 'sig/types.rbs', line 99

def uplink_loss_percent
  @uplink_loss_percent
end