Class: Aws::PCS::Types::GetClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::GetClusterRequest
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The name or ID of the cluster.
Instance Attribute Details
#cluster_identifier ⇒ String
The name or ID of the cluster.
1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1051 class GetClusterRequest < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |