Class: Aws::Snowball::Types::CreateClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateClusterResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The automatically generated ID for a cluster.
-
#job_list_entries ⇒ Array<Types::JobListEntry>
List of jobs created for this cluster.
Instance Attribute Details
#cluster_id ⇒ String
The automatically generated ID for a cluster.
579 580 581 582 583 584 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 579 class CreateClusterResult < Struct.new( :cluster_id, :job_list_entries) SENSITIVE = [] include Aws::Structure end |
#job_list_entries ⇒ Array<Types::JobListEntry>
List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.
579 580 581 582 583 584 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 579 class CreateClusterResult < Struct.new( :cluster_id, :job_list_entries) SENSITIVE = [] include Aws::Structure end |