Class: Aws::PCS::Types::GetClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::GetClusterRequest
- Includes:
- Structure
- Defined in:
- 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 of the queue.
Instance Attribute Details
#cluster_identifier ⇒ String
The name or ID of the cluster of the queue.
900 901 902 903 904 |
# File 'lib/aws-sdk-pcs/types.rb', line 900 class GetClusterRequest < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |