Class: Aws::Snowball::Types::ClusterMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ClusterMetadata
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Contains metadata about a specific cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_id ⇒ String
The automatically generated ID for a specific address.
-
#cluster_id ⇒ String
The automatically generated ID for a cluster.
-
#cluster_state ⇒ String
The current status of the cluster.
-
#creation_date ⇒ Time
The creation date for this cluster.
-
#description ⇒ String
The optional description of the cluster.
-
#forwarding_address_id ⇒ String
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address.
-
#job_type ⇒ String
The type of job for this cluster.
-
#kms_key_arn ⇒ String
The
KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. -
#notification ⇒ Types::Notification
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
-
#resources ⇒ Types::JobResource
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
-
#role_arn ⇒ String
The role ARN associated with this cluster.
-
#shipping_option ⇒ String
The shipping speed for each node in this cluster.
-
#snowball_type ⇒ String
The type of AWS Snow device to use for this cluster.
-
#tax_documents ⇒ Types::TaxDocuments
The tax documents required in your AWS Region.
Instance Attribute Details
#address_id ⇒ String
The automatically generated ID for a specific address.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The automatically generated ID for a cluster.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#cluster_state ⇒ String
The current status of the cluster.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The creation date for this cluster.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description of the cluster.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#forwarding_address_id ⇒ String
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The type of job for this cluster. Currently, the only job type
supported for clusters is LOCAL_USE
.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The KmsKeyARN
Amazon Resource Name (ARN) associated with this
cluster. This ARN was created using the CreateKey API action in
AWS Key Management Service (AWS KMS).
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::Notification
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Types::JobResource
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#shipping_option ⇒ String
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows:
In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day.
In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
In India, Snow devices are delivered in one to seven days.
In the US, you have access to one-day shipping and two-day shipping.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#snowball_type ⇒ String
The type of AWS Snow device to use for this cluster.
EDGE
device type.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |
#tax_documents ⇒ Types::TaxDocuments
The tax documents required in your AWS Region.
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 319 class ClusterMetadata < Struct.new( :cluster_id, :description, :kms_key_arn, :role_arn, :cluster_state, :job_type, :snowball_type, :creation_date, :resources, :address_id, :shipping_option, :notification, :forwarding_address_id, :tax_documents) SENSITIVE = [] include Aws::Structure end |