Class: Aws::Types::UpdateApplicationComponentConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationComponentConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_type ⇒ "DotNetFramework", ...
Returns the value of attribute app_type.
-
#application_component_id ⇒ ::String
Returns the value of attribute application_component_id.
-
#configure_only ⇒ Boolean
Returns the value of attribute configure_only.
-
#inclusion_status ⇒ "excludeFromAssessment", "includeInAssessment"
Returns the value of attribute inclusion_status.
-
#secrets_manager_key ⇒ ::String
Returns the value of attribute secrets_manager_key.
-
#source_code_list ⇒ ::Array[Types::SourceCode]
Returns the value of attribute source_code_list.
-
#strategy_option ⇒ Types::StrategyOption
Returns the value of attribute strategy_option.
Instance Attribute Details
#app_type ⇒ "DotNetFramework", ...
Returns the value of attribute app_type.
726 727 728 |
# File 'sig/types.rbs', line 726 def app_type @app_type end |
#application_component_id ⇒ ::String
Returns the value of attribute application_component_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def application_component_id @application_component_id end |
#configure_only ⇒ Boolean
Returns the value of attribute configure_only.
728 729 730 |
# File 'sig/types.rbs', line 728 def configure_only @configure_only end |
#inclusion_status ⇒ "excludeFromAssessment", "includeInAssessment"
Returns the value of attribute inclusion_status.
729 730 731 |
# File 'sig/types.rbs', line 729 def inclusion_status @inclusion_status end |
#secrets_manager_key ⇒ ::String
Returns the value of attribute secrets_manager_key.
730 731 732 |
# File 'sig/types.rbs', line 730 def secrets_manager_key @secrets_manager_key end |
#source_code_list ⇒ ::Array[Types::SourceCode]
Returns the value of attribute source_code_list.
731 732 733 |
# File 'sig/types.rbs', line 731 def source_code_list @source_code_list end |
#strategy_option ⇒ Types::StrategyOption
Returns the value of attribute strategy_option.
732 733 734 |
# File 'sig/types.rbs', line 732 def strategy_option @strategy_option end |