Class: Aws::Snowball::Types::CreateClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateClusterResult
- Includes:
- Aws::Structure
- Defined in:
- 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 '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][1
-
in this guide.
[1]: amazonaws.com/snowball/latest/api-reference/API_ListJobs.html#API_ListJobs_ResponseSyntax
579 580 581 582 583 584 |
# File 'lib/aws-sdk-snowball/types.rb', line 579 class CreateClusterResult < Struct.new( :cluster_id, :job_list_entries) SENSITIVE = [] include Aws::Structure end |