Class: Aws::Types::ECSManagedResources

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scalingTypes::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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def service_security_groups
  @service_security_groups
end