Class: Aws::Types::ECSManagedResources
- Inherits:
-
Object
- Object
- Aws::Types::ECSManagedResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::ManagedAutoScaling
Returns the value of attribute auto_scaling.
-
#ingress_paths ⇒ ::Array[Types::ManagedIngressPath]
Returns the value of attribute ingress_paths.
-
#log_groups ⇒ ::Array[Types::ManagedLogGroup]
Returns the value of attribute log_groups.
-
#metric_alarms ⇒ ::Array[Types::ManagedMetricAlarm]
Returns the value of attribute metric_alarms.
-
#service_security_groups ⇒ ::Array[Types::ManagedSecurityGroup]
Returns the value of attribute service_security_groups.
Instance Attribute Details
#auto_scaling ⇒ Types::ManagedAutoScaling
Returns the value of attribute auto_scaling.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def auto_scaling @auto_scaling end |
#ingress_paths ⇒ ::Array[Types::ManagedIngressPath]
Returns the value of attribute ingress_paths.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def ingress_paths @ingress_paths end |
#log_groups ⇒ ::Array[Types::ManagedLogGroup]
Returns the value of attribute log_groups.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def log_groups @log_groups end |
#metric_alarms ⇒ ::Array[Types::ManagedMetricAlarm]
Returns the value of attribute metric_alarms.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def metric_alarms @metric_alarms end |
#service_security_groups ⇒ ::Array[Types::ManagedSecurityGroup]
Returns the value of attribute service_security_groups.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def service_security_groups @service_security_groups end |