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.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def container_port @container_port end |
#port ⇒ ::Integer
Returns the value of attribute port.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def port @port end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def registry_arn @registry_arn end |