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.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def auto_scaling @auto_scaling end |
#ingress_paths ⇒ ::Array[Types::ManagedIngressPath]
Returns the value of attribute ingress_paths.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def ingress_paths @ingress_paths end |
#log_groups ⇒ ::Array[Types::ManagedLogGroup]
Returns the value of attribute log_groups.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def log_groups @log_groups end |
#metric_alarms ⇒ ::Array[Types::ManagedMetricAlarm]
Returns the value of attribute metric_alarms.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def metric_alarms @metric_alarms end |
#service_security_groups ⇒ ::Array[Types::ManagedSecurityGroup]
Returns the value of attribute service_security_groups.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def service_security_groups @service_security_groups end |