Class: Aws::Types::IngressGatewayBridge
- Inherits:
-
Object
- Object
- Aws::Types::IngressGatewayBridge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#max_outputs ⇒ ::Integer
Returns the value of attribute max_outputs.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
942 943 944 |
# File 'sig/types.rbs', line 942 def instance_id @instance_id end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
943 944 945 |
# File 'sig/types.rbs', line 943 def max_bitrate @max_bitrate end |
#max_outputs ⇒ ::Integer
Returns the value of attribute max_outputs.
944 945 946 |
# File 'sig/types.rbs', line 944 def max_outputs @max_outputs end |