Class: Aws::Types::CreateClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_id::String

Returns the value of attribute address_id.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def address_id
  @address_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def description
  @description
end

#force_create_jobsBoolean

Returns the value of attribute force_create_jobs.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("IMPORT", "EXPORT", "LOCAL_USE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


116
117
118
# File 'sig/types.rbs', line 116

def long_term_pricing_ids
  @long_term_pricing_ids
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def notification
  @notification
end

#on_device_service_configurationTypes::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.

Returns:

  • ("INSTALLED_ONLY", "INSTALLED_AUTOSTART", "NOT_INSTALLED")


113
114
115
# File 'sig/types.rbs', line 113

def remote_management
  @remote_management
end

#resourcesTypes::JobResource

Returns the value of attribute resources.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def resources
  @resources
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("SECOND_DAY", "NEXT_DAY", "EXPRESS", "STANDARD")


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.

Returns:

  • ("T50", "T80", "T100", "T42", "T98", "T8", "T14", "T32", "NoPreference", "T240", "T13")


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.

Returns:

  • ("STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C")


108
109
110
# File 'sig/types.rbs', line 108

def snowball_type
  @snowball_type
end

#tax_documentsTypes::TaxDocuments

Returns the value of attribute tax_documents.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def tax_documents
  @tax_documents
end