Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#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.
-
#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.
-
#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecificationInput]
Returns the value of attribute worker_type_specifications.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
656 657 658 |
# File 'sig/types.rbs', line 656 def application_id @application_id end |
#architecture ⇒ "ARM64", "X86_64"
Returns the value of attribute architecture.
663 664 665 |
# File 'sig/types.rbs', line 663 def architecture @architecture end |
#auto_start_configuration ⇒ Types::AutoStartConfig
Returns the value of attribute auto_start_configuration.
660 661 662 |
# File 'sig/types.rbs', line 660 def auto_start_configuration @auto_start_configuration end |
#auto_stop_configuration ⇒ Types::AutoStopConfig
Returns the value of attribute auto_stop_configuration.
661 662 663 |
# File 'sig/types.rbs', line 661 def auto_stop_configuration @auto_stop_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
657 658 659 |
# File 'sig/types.rbs', line 657 def client_token @client_token end |
#disk_encryption_configuration ⇒ Types::DiskEncryptionConfiguration
Returns the value of attribute disk_encryption_configuration.
670 671 672 |
# File 'sig/types.rbs', line 670 def disk_encryption_configuration @disk_encryption_configuration end |
#identity_center_configuration ⇒ Types::IdentityCenterConfigurationInput
Returns the value of attribute identity_center_configuration.
672 673 674 |
# File 'sig/types.rbs', line 672 def identity_center_configuration @identity_center_configuration end |
#image_configuration ⇒ Types::ImageConfigurationInput
Returns the value of attribute image_configuration.
664 665 666 |
# File 'sig/types.rbs', line 664 def image_configuration @image_configuration end |
#initial_capacity ⇒ ::Hash[::String, Types::InitialCapacityConfig]
Returns the value of attribute initial_capacity.
658 659 660 |
# File 'sig/types.rbs', line 658 def initial_capacity @initial_capacity end |
#interactive_configuration ⇒ Types::InteractiveConfiguration
Returns the value of attribute interactive_configuration.
666 667 668 |
# File 'sig/types.rbs', line 666 def interactive_configuration @interactive_configuration end |
#job_level_cost_allocation_configuration ⇒ Types::JobLevelCostAllocationConfiguration
Returns the value of attribute job_level_cost_allocation_configuration.
673 674 675 |
# File 'sig/types.rbs', line 673 def job_level_cost_allocation_configuration @job_level_cost_allocation_configuration end |
#maximum_capacity ⇒ Types::MaximumAllowedResources
Returns the value of attribute maximum_capacity.
659 660 661 |
# File 'sig/types.rbs', line 659 def maximum_capacity @maximum_capacity end |
#monitoring_configuration ⇒ Types::MonitoringConfiguration
Returns the value of attribute monitoring_configuration.
669 670 671 |
# File 'sig/types.rbs', line 669 def monitoring_configuration @monitoring_configuration end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
662 663 664 |
# File 'sig/types.rbs', line 662 def network_configuration @network_configuration end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
667 668 669 |
# File 'sig/types.rbs', line 667 def release_label @release_label end |
#runtime_configuration ⇒ ::Array[Types::Configuration]
Returns the value of attribute runtime_configuration.
668 669 670 |
# File 'sig/types.rbs', line 668 def runtime_configuration @runtime_configuration end |
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
671 672 673 |
# File 'sig/types.rbs', line 671 def scheduler_configuration @scheduler_configuration end |
#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecificationInput]
Returns the value of attribute worker_type_specifications.
665 666 667 |
# File 'sig/types.rbs', line 665 def worker_type_specifications @worker_type_specifications end |