Class: Aws::Types::UpdateApplicationComponentConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#app_type"DotNetFramework", ...

Returns the value of attribute app_type.

Returns:



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.

Returns:



727
728
729
# File 'sig/types.rbs', line 727

def application_component_id
  @application_component_id
end

#configure_onlyBoolean

Returns the value of attribute configure_only.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



731
732
733
# File 'sig/types.rbs', line 731

def source_code_list
  @source_code_list
end

#strategy_optionTypes::StrategyOption

Returns the value of attribute strategy_option.

Returns:



732
733
734
# File 'sig/types.rbs', line 732

def strategy_option
  @strategy_option
end