Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ "ARM64", "X86_64"
Returns the value of attribute architecture.
-
#auto_start_configuration ⇒ Types::AutoStartConfig
Returns the value of attribute auto_start_configuration.
-
#auto_stop_configuration ⇒ Types::AutoStopConfig
Returns the value of attribute auto_stop_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#disk_encryption_configuration ⇒ Types::DiskEncryptionConfiguration
Returns the value of attribute disk_encryption_configuration.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfigurationInput
Returns the value of attribute identity_center_configuration.
-
#image_configuration ⇒ Types::ImageConfigurationInput
Returns the value of attribute image_configuration.
-
#initial_capacity ⇒ ::Hash[::String, Types::InitialCapacityConfig]
Returns the value of attribute initial_capacity.
-
#interactive_configuration ⇒ Types::InteractiveConfiguration
Returns the value of attribute interactive_configuration.
-
#job_level_cost_allocation_configuration ⇒ Types::JobLevelCostAllocationConfiguration
Returns the value of attribute job_level_cost_allocation_configuration.
-
#maximum_capacity ⇒ Types::MaximumAllowedResources
Returns the value of attribute maximum_capacity.
-
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#runtime_configuration ⇒ ::Array[Types::Configuration]
Returns the value of attribute runtime_configuration.
-
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecificationInput]
Returns the value of attribute worker_type_specifications.
Instance Attribute Details
#architecture ⇒ "ARM64", "X86_64"
Returns the value of attribute architecture.
117 118 119 |
# File 'sig/types.rbs', line 117 def architecture @architecture end |
#auto_start_configuration ⇒ Types::AutoStartConfig
Returns the value of attribute auto_start_configuration.
114 115 116 |
# File 'sig/types.rbs', line 114 def auto_start_configuration @auto_start_configuration end |
#auto_stop_configuration ⇒ Types::AutoStopConfig
Returns the value of attribute auto_stop_configuration.
115 116 117 |
# File 'sig/types.rbs', line 115 def auto_stop_configuration @auto_stop_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
110 111 112 |
# File 'sig/types.rbs', line 110 def client_token @client_token end |
#disk_encryption_configuration ⇒ Types::DiskEncryptionConfiguration
Returns the value of attribute disk_encryption_configuration.
122 123 124 |
# File 'sig/types.rbs', line 122 def disk_encryption_configuration @disk_encryption_configuration end |
#identity_center_configuration ⇒ Types::IdentityCenterConfigurationInput
Returns the value of attribute identity_center_configuration.
125 126 127 |
# File 'sig/types.rbs', line 125 def identity_center_configuration @identity_center_configuration end |
#image_configuration ⇒ Types::ImageConfigurationInput
Returns the value of attribute image_configuration.
118 119 120 |
# File 'sig/types.rbs', line 118 def image_configuration @image_configuration end |
#initial_capacity ⇒ ::Hash[::String, Types::InitialCapacityConfig]
Returns the value of attribute initial_capacity.
111 112 113 |
# File 'sig/types.rbs', line 111 def initial_capacity @initial_capacity end |
#interactive_configuration ⇒ Types::InteractiveConfiguration
Returns the value of attribute interactive_configuration.
123 124 125 |
# File 'sig/types.rbs', line 123 def interactive_configuration @interactive_configuration end |
#job_level_cost_allocation_configuration ⇒ Types::JobLevelCostAllocationConfiguration
Returns the value of attribute job_level_cost_allocation_configuration.
126 127 128 |
# File 'sig/types.rbs', line 126 def job_level_cost_allocation_configuration @job_level_cost_allocation_configuration end |
#maximum_capacity ⇒ Types::MaximumAllowedResources
Returns the value of attribute maximum_capacity.
112 113 114 |
# File 'sig/types.rbs', line 112 def maximum_capacity @maximum_capacity end |
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
121 122 123 |
# File 'sig/types.rbs', line 121 def monitoring_configuration @monitoring_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
107 108 109 |
# File 'sig/types.rbs', line 107 def name @name end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
116 117 118 |
# File 'sig/types.rbs', line 116 def network_configuration @network_configuration end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
108 109 110 |
# File 'sig/types.rbs', line 108 def release_label @release_label end |
#runtime_configuration ⇒ ::Array[Types::Configuration]
Returns the value of attribute runtime_configuration.
120 121 122 |
# File 'sig/types.rbs', line 120 def runtime_configuration @runtime_configuration end |
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
124 125 126 |
# File 'sig/types.rbs', line 124 def scheduler_configuration @scheduler_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
113 114 115 |
# File 'sig/types.rbs', line 113 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
109 110 111 |
# File 'sig/types.rbs', line 109 def type @type end |
#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecificationInput]
Returns the value of attribute worker_type_specifications.
119 120 121 |
# File 'sig/types.rbs', line 119 def worker_type_specifications @worker_type_specifications end |