Class: Aws::Types::UpdateAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#auto_branch_creation_config ⇒ Types::AutoBranchCreationConfig
Returns the value of attribute auto_branch_creation_config.
-
#auto_branch_creation_patterns ⇒ ::Array[::String]
Returns the value of attribute auto_branch_creation_patterns.
-
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
-
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
-
#cache_config ⇒ Types::CacheConfig
Returns the value of attribute cache_config.
-
#compute_role_arn ⇒ ::String
Returns the value of attribute compute_role_arn.
-
#custom_headers ⇒ ::String
Returns the value of attribute custom_headers.
-
#custom_rules ⇒ ::Array[Types::CustomRule]
Returns the value of attribute custom_rules.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enable_auto_branch_creation ⇒ Boolean
Returns the value of attribute enable_auto_branch_creation.
-
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
-
#enable_branch_auto_build ⇒ Boolean
Returns the value of attribute enable_branch_auto_build.
-
#enable_branch_auto_deletion ⇒ Boolean
Returns the value of attribute enable_branch_auto_deletion.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#iam_service_role_arn ⇒ ::String
Returns the value of attribute iam_service_role_arn.
-
#job_config ⇒ Types::JobConfig
Returns the value of attribute job_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#oauth_token ⇒ ::String
Returns the value of attribute oauth_token.
-
#platform ⇒ "WEB", ...
Returns the value of attribute platform.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
707 708 709 |
# File 'sig/types.rbs', line 707 def access_token @access_token end |
#app_id ⇒ ::String
Returns the value of attribute app_id.
688 689 690 |
# File 'sig/types.rbs', line 688 def app_id @app_id end |
#auto_branch_creation_config ⇒ Types::AutoBranchCreationConfig
Returns the value of attribute auto_branch_creation_config.
704 705 706 |
# File 'sig/types.rbs', line 704 def auto_branch_creation_config @auto_branch_creation_config end |
#auto_branch_creation_patterns ⇒ ::Array[::String]
Returns the value of attribute auto_branch_creation_patterns.
703 704 705 |
# File 'sig/types.rbs', line 703 def auto_branch_creation_patterns @auto_branch_creation_patterns end |
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
698 699 700 |
# File 'sig/types.rbs', line 698 def basic_auth_credentials @basic_auth_credentials end |
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
700 701 702 |
# File 'sig/types.rbs', line 700 def build_spec @build_spec end |
#cache_config ⇒ Types::CacheConfig
Returns the value of attribute cache_config.
709 710 711 |
# File 'sig/types.rbs', line 709 def cache_config @cache_config end |
#compute_role_arn ⇒ ::String
Returns the value of attribute compute_role_arn.
692 693 694 |
# File 'sig/types.rbs', line 692 def compute_role_arn @compute_role_arn end |
#custom_headers ⇒ ::String
Returns the value of attribute custom_headers.
701 702 703 |
# File 'sig/types.rbs', line 701 def custom_headers @custom_headers end |
#custom_rules ⇒ ::Array[Types::CustomRule]
Returns the value of attribute custom_rules.
699 700 701 |
# File 'sig/types.rbs', line 699 def custom_rules @custom_rules end |
#description ⇒ ::String
Returns the value of attribute description.
690 691 692 |
# File 'sig/types.rbs', line 690 def description @description end |
#enable_auto_branch_creation ⇒ Boolean
Returns the value of attribute enable_auto_branch_creation.
702 703 704 |
# File 'sig/types.rbs', line 702 def enable_auto_branch_creation @enable_auto_branch_creation end |
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
697 698 699 |
# File 'sig/types.rbs', line 697 def enable_basic_auth @enable_basic_auth end |
#enable_branch_auto_build ⇒ Boolean
Returns the value of attribute enable_branch_auto_build.
695 696 697 |
# File 'sig/types.rbs', line 695 def enable_branch_auto_build @enable_branch_auto_build end |
#enable_branch_auto_deletion ⇒ Boolean
Returns the value of attribute enable_branch_auto_deletion.
696 697 698 |
# File 'sig/types.rbs', line 696 def enable_branch_auto_deletion @enable_branch_auto_deletion end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
694 695 696 |
# File 'sig/types.rbs', line 694 def environment_variables @environment_variables end |
#iam_service_role_arn ⇒ ::String
Returns the value of attribute iam_service_role_arn.
693 694 695 |
# File 'sig/types.rbs', line 693 def iam_service_role_arn @iam_service_role_arn end |
#job_config ⇒ Types::JobConfig
Returns the value of attribute job_config.
708 709 710 |
# File 'sig/types.rbs', line 708 def job_config @job_config end |
#name ⇒ ::String
Returns the value of attribute name.
689 690 691 |
# File 'sig/types.rbs', line 689 def name @name end |
#oauth_token ⇒ ::String
Returns the value of attribute oauth_token.
706 707 708 |
# File 'sig/types.rbs', line 706 def oauth_token @oauth_token end |
#platform ⇒ "WEB", ...
Returns the value of attribute platform.
691 692 693 |
# File 'sig/types.rbs', line 691 def platform @platform end |
#repository ⇒ ::String
Returns the value of attribute repository.
705 706 707 |
# File 'sig/types.rbs', line 705 def repository @repository end |