Class: Aws::Types::DescribeContainerInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContainerInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#container_instances ⇒ ::Array[::String]
Returns the value of attribute container_instances.
-
#include ⇒ ::Array[("TAGS" | "CONTAINER_INSTANCE_HEALTH")]
Returns the value of attribute include.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
997 998 999 |
# File 'sig/types.rbs', line 997 def cluster @cluster end |
#container_instances ⇒ ::Array[::String]
Returns the value of attribute container_instances.
998 999 1000 |
# File 'sig/types.rbs', line 998 def container_instances @container_instances end |
#include ⇒ ::Array[("TAGS" | "CONTAINER_INSTANCE_HEALTH")]
Returns the value of attribute include.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def include @include end |