Class: Aws::Types::CreateBranchRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBranchRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#ttl ⇒ ::String
Returns the value of attribute ttl.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
181 182 183 |
# File 'sig/types.rbs', line 181 def app_id @app_id end |
#backend ⇒ Types::Backend
Returns the value of attribute backend.
200 201 202 |
# File 'sig/types.rbs', line 200 def backend @backend end |
#backend_environment_arn ⇒ ::String
Returns the value of attribute backend_environment_arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def backend_environment_arn @backend_environment_arn end |
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
190 191 192 |
# File 'sig/types.rbs', line 190 def basic_auth_credentials @basic_auth_credentials end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
182 183 184 |
# File 'sig/types.rbs', line 182 def branch_name @branch_name end |
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
194 195 196 |
# File 'sig/types.rbs', line 194 def build_spec @build_spec end |
#compute_role_arn ⇒ ::String
Returns the value of attribute compute_role_arn.
201 202 203 |
# File 'sig/types.rbs', line 201 def compute_role_arn @compute_role_arn end |
#description ⇒ ::String
Returns the value of attribute description.
183 184 185 |
# File 'sig/types.rbs', line 183 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def display_name @display_name end |
#enable_auto_build ⇒ Boolean
Returns the value of attribute enable_auto_build.
187 188 189 |
# File 'sig/types.rbs', line 187 def enable_auto_build @enable_auto_build end |
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
191 192 193 |
# File 'sig/types.rbs', line 191 def enable_basic_auth @enable_basic_auth end |
#enable_notification ⇒ Boolean
Returns the value of attribute enable_notification.
186 187 188 |
# File 'sig/types.rbs', line 186 def enable_notification @enable_notification end |
#enable_performance_mode ⇒ Boolean
Returns the value of attribute enable_performance_mode.
192 193 194 |
# File 'sig/types.rbs', line 192 def enable_performance_mode @enable_performance_mode end |
#enable_pull_request_preview ⇒ Boolean
Returns the value of attribute enable_pull_request_preview.
197 198 199 |
# File 'sig/types.rbs', line 197 def enable_pull_request_preview @enable_pull_request_preview end |
#enable_skew_protection ⇒ Boolean
Returns the value of attribute enable_skew_protection.
188 189 190 |
# File 'sig/types.rbs', line 188 def enable_skew_protection @enable_skew_protection end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
189 190 191 |
# File 'sig/types.rbs', line 189 def environment_variables @environment_variables end |
#framework ⇒ ::String
Returns the value of attribute framework.
185 186 187 |
# File 'sig/types.rbs', line 185 def framework @framework end |
#pull_request_environment_name ⇒ ::String
Returns the value of attribute pull_request_environment_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def pull_request_environment_name @pull_request_environment_name end |
#stage ⇒ "PRODUCTION", ...
Returns the value of attribute stage.
184 185 186 |
# File 'sig/types.rbs', line 184 def stage @stage end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
193 194 195 |
# File 'sig/types.rbs', line 193 def @tags end |
#ttl ⇒ ::String
Returns the value of attribute ttl.
195 196 197 |
# File 'sig/types.rbs', line 195 def ttl @ttl end |