Class: Aws::Types::ImportResourcesToDraftAppVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportResourcesToDraftAppVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#eks_sources ⇒ ::Array[Types::EksSource]
Returns the value of attribute eks_sources.
-
#source_arns ⇒ ::Array[::String]
Returns the value of attribute source_arns.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#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.
710 711 712 |
# File 'sig/types.rbs', line 710 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
711 712 713 |
# File 'sig/types.rbs', line 711 def app_version @app_version end |
#eks_sources ⇒ ::Array[Types::EksSource]
Returns the value of attribute eks_sources.
712 713 714 |
# File 'sig/types.rbs', line 712 def eks_sources @eks_sources end |
#source_arns ⇒ ::Array[::String]
Returns the value of attribute source_arns.
713 714 715 |
# File 'sig/types.rbs', line 713 def source_arns @source_arns end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
714 715 716 |
# File 'sig/types.rbs', line 714 def status @status end |
#terraform_sources ⇒ ::Array[Types::TerraformSource]
Returns the value of attribute terraform_sources.
715 716 717 |
# File 'sig/types.rbs', line 715 def terraform_sources @terraform_sources end |