Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_id ⇒ ::String
Returns the value of attribute address_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#force_create_jobs ⇒ Boolean
Returns the value of attribute force_create_jobs.
-
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
-
#initial_cluster_size ⇒ ::Integer
Returns the value of attribute initial_cluster_size.
-
#job_type ⇒ "IMPORT", ...
Returns the value of attribute job_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#long_term_pricing_ids ⇒ ::Array[::String]
Returns the value of attribute long_term_pricing_ids.
-
#notification ⇒ Types::Notification
Returns the value of attribute notification.
-
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
-
#remote_management ⇒ "INSTALLED_ONLY", ...
Returns the value of attribute remote_management.
-
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
-
#snowball_capacity_preference ⇒ "T50", ...
Returns the value of attribute snowball_capacity_preference.
-
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
-
#tax_documents ⇒ Types::TaxDocuments
Returns the value of attribute tax_documents.
Instance Attribute Details
#address_id ⇒ ::String
Returns the value of attribute address_id.
105 106 107 |
# File 'sig/types.rbs', line 105 def address_id @address_id end |
#description ⇒ ::String
Returns the value of attribute description.
104 105 106 |
# File 'sig/types.rbs', line 104 def description @description end |
#force_create_jobs ⇒ Boolean
Returns the value of attribute force_create_jobs.
115 116 117 |
# File 'sig/types.rbs', line 115 def force_create_jobs @force_create_jobs end |
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
111 112 113 |
# File 'sig/types.rbs', line 111 def forwarding_address_id @forwarding_address_id end |
#initial_cluster_size ⇒ ::Integer
Returns the value of attribute initial_cluster_size.
114 115 116 |
# File 'sig/types.rbs', line 114 def initial_cluster_size @initial_cluster_size end |
#job_type ⇒ "IMPORT", ...
Returns the value of attribute job_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def job_type @job_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def kms_key_arn @kms_key_arn end |
#long_term_pricing_ids ⇒ ::Array[::String]
Returns the value of attribute long_term_pricing_ids.
116 117 118 |
# File 'sig/types.rbs', line 116 def long_term_pricing_ids @long_term_pricing_ids end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
110 111 112 |
# File 'sig/types.rbs', line 110 def notification @notification end |
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
103 104 105 |
# File 'sig/types.rbs', line 103 def on_device_service_configuration @on_device_service_configuration end |
#remote_management ⇒ "INSTALLED_ONLY", ...
Returns the value of attribute remote_management.
113 114 115 |
# File 'sig/types.rbs', line 113 def remote_management @remote_management end |
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
102 103 104 |
# File 'sig/types.rbs', line 102 def resources @resources end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def role_arn @role_arn end |
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
109 110 111 |
# File 'sig/types.rbs', line 109 def shipping_option @shipping_option end |
#snowball_capacity_preference ⇒ "T50", ...
Returns the value of attribute snowball_capacity_preference.
117 118 119 |
# File 'sig/types.rbs', line 117 def snowball_capacity_preference @snowball_capacity_preference end |
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
108 109 110 |
# File 'sig/types.rbs', line 108 def snowball_type @snowball_type end |
#tax_documents ⇒ Types::TaxDocuments
Returns the value of attribute tax_documents.
112 113 114 |
# File 'sig/types.rbs', line 112 def tax_documents @tax_documents end |