Class: Aws::Types::AwsEcsServiceServiceRegistriesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsServiceServiceRegistriesDetails
- 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.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def container_port @container_port end |
#port ⇒ ::Integer
Returns the value of attribute port.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def port @port end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def registry_arn @registry_arn end |