Class: Aws::Types::ImportResourcesToDraftAppVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportResourcesToDraftAppVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#eks_sources ⇒ ::Array[Types::EksSource]
Returns the value of attribute eks_sources.
-
#import_strategy ⇒ "AddOnly", "ReplaceAll"
Returns the value of attribute import_strategy.
-
#source_arns ⇒ ::Array[::String]
Returns the value of attribute source_arns.
-
#terraform_sources ⇒ ::Array[Types::TerraformSource]
Returns the value of attribute terraform_sources.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
701 702 703 |
# File 'sig/types.rbs', line 701 def app_arn @app_arn end |
#eks_sources ⇒ ::Array[Types::EksSource]
Returns the value of attribute eks_sources.
702 703 704 |
# File 'sig/types.rbs', line 702 def eks_sources @eks_sources end |
#import_strategy ⇒ "AddOnly", "ReplaceAll"
Returns the value of attribute import_strategy.
703 704 705 |
# File 'sig/types.rbs', line 703 def import_strategy @import_strategy end |
#source_arns ⇒ ::Array[::String]
Returns the value of attribute source_arns.
704 705 706 |
# File 'sig/types.rbs', line 704 def source_arns @source_arns end |
#terraform_sources ⇒ ::Array[Types::TerraformSource]
Returns the value of attribute terraform_sources.
705 706 707 |
# File 'sig/types.rbs', line 705 def terraform_sources @terraform_sources end |