Class: Aws::Types::CreateClusterResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#job_list_entries ⇒ ::Array[Types::JobListEntry]
Returns the value of attribute job_list_entries.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
122 123 124 |
# File 'sig/types.rbs', line 122 def cluster_id @cluster_id end |
#job_list_entries ⇒ ::Array[Types::JobListEntry]
Returns the value of attribute job_list_entries.
123 124 125 |
# File 'sig/types.rbs', line 123 def job_list_entries @job_list_entries end |