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.
982 983 984 |
# File 'sig/types.rbs', line 982 def cluster @cluster end |
#container_instances ⇒ ::Array[::String]
Returns the value of attribute container_instances.
983 984 985 |
# File 'sig/types.rbs', line 983 def container_instances @container_instances end |
#include ⇒ ::Array[("TAGS" | "CONTAINER_INSTANCE_HEALTH")]
Returns the value of attribute include.
984 985 986 |
# File 'sig/types.rbs', line 984 def include @include end |