Class: Aws::Types::UpdateBranchRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBranchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#backend ⇒ Types::Backend
Returns the value of attribute backend.
-
#backend_environment_arn ⇒ ::String
Returns the value of attribute backend_environment_arn.
-
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
-
#compute_role_arn ⇒ ::String
Returns the value of attribute compute_role_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#enable_auto_build ⇒ Boolean
Returns the value of attribute enable_auto_build.
-
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
-
#enable_notification ⇒ Boolean
Returns the value of attribute enable_notification.
-
#enable_performance_mode ⇒ Boolean
Returns the value of attribute enable_performance_mode.
-
#enable_pull_request_preview ⇒ Boolean
Returns the value of attribute enable_pull_request_preview.
-
#enable_skew_protection ⇒ Boolean
Returns the value of attribute enable_skew_protection.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#framework ⇒ ::String
Returns the value of attribute framework.
-
#pull_request_environment_name ⇒ ::String
Returns the value of attribute pull_request_environment_name.
-
#stage ⇒ "PRODUCTION", ...
Returns the value of attribute stage.
-
#ttl ⇒ ::String
Returns the value of attribute ttl.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
719 720 721 |
# File 'sig/types.rbs', line 719 def app_id @app_id end |
#backend ⇒ Types::Backend
Returns the value of attribute backend.
737 738 739 |
# File 'sig/types.rbs', line 737 def backend @backend end |
#backend_environment_arn ⇒ ::String
Returns the value of attribute backend_environment_arn.
736 737 738 |
# File 'sig/types.rbs', line 736 def backend_environment_arn @backend_environment_arn end |
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
728 729 730 |
# File 'sig/types.rbs', line 728 def basic_auth_credentials @basic_auth_credentials end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
720 721 722 |
# File 'sig/types.rbs', line 720 def branch_name @branch_name end |
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
731 732 733 |
# File 'sig/types.rbs', line 731 def build_spec @build_spec end |
#compute_role_arn ⇒ ::String
Returns the value of attribute compute_role_arn.
738 739 740 |
# File 'sig/types.rbs', line 738 def compute_role_arn @compute_role_arn end |
#description ⇒ ::String
Returns the value of attribute description.
721 722 723 |
# File 'sig/types.rbs', line 721 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
733 734 735 |
# File 'sig/types.rbs', line 733 def display_name @display_name end |
#enable_auto_build ⇒ Boolean
Returns the value of attribute enable_auto_build.
725 726 727 |
# File 'sig/types.rbs', line 725 def enable_auto_build @enable_auto_build end |
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
729 730 731 |
# File 'sig/types.rbs', line 729 def enable_basic_auth @enable_basic_auth end |
#enable_notification ⇒ Boolean
Returns the value of attribute enable_notification.
724 725 726 |
# File 'sig/types.rbs', line 724 def enable_notification @enable_notification end |
#enable_performance_mode ⇒ Boolean
Returns the value of attribute enable_performance_mode.
730 731 732 |
# File 'sig/types.rbs', line 730 def enable_performance_mode @enable_performance_mode end |
#enable_pull_request_preview ⇒ Boolean
Returns the value of attribute enable_pull_request_preview.
734 735 736 |
# File 'sig/types.rbs', line 734 def enable_pull_request_preview @enable_pull_request_preview end |
#enable_skew_protection ⇒ Boolean
Returns the value of attribute enable_skew_protection.
726 727 728 |
# File 'sig/types.rbs', line 726 def enable_skew_protection @enable_skew_protection end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
727 728 729 |
# File 'sig/types.rbs', line 727 def environment_variables @environment_variables end |
#framework ⇒ ::String
Returns the value of attribute framework.
722 723 724 |
# File 'sig/types.rbs', line 722 def framework @framework end |
#pull_request_environment_name ⇒ ::String
Returns the value of attribute pull_request_environment_name.
735 736 737 |
# File 'sig/types.rbs', line 735 def pull_request_environment_name @pull_request_environment_name end |
#stage ⇒ "PRODUCTION", ...
Returns the value of attribute stage.
723 724 725 |
# File 'sig/types.rbs', line 723 def stage @stage end |
#ttl ⇒ ::String
Returns the value of attribute ttl.
732 733 734 |
# File 'sig/types.rbs', line 732 def ttl @ttl end |