Class: Aws::Types::ServiceRegistry
- Inherits:
-
Object
- Object
- Aws::Types::ServiceRegistry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def container_port @container_port end |
#port ⇒ ::Integer
Returns the value of attribute port.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def port @port end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def registry_arn @registry_arn end |