Class: Aws::Types::AutoBranchCreationConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoBranchCreationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
-
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
-
#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_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.
-
#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.
Instance Attribute Details
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
55 56 57 |
# File 'sig/types.rbs', line 55 def basic_auth_credentials @basic_auth_credentials end |
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
58 59 60 |
# File 'sig/types.rbs', line 58 def build_spec @build_spec end |
#enable_auto_build ⇒ Boolean
Returns the value of attribute enable_auto_build.
53 54 55 |
# File 'sig/types.rbs', line 53 def enable_auto_build @enable_auto_build end |
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
56 57 58 |
# File 'sig/types.rbs', line 56 def enable_basic_auth @enable_basic_auth end |
#enable_performance_mode ⇒ Boolean
Returns the value of attribute enable_performance_mode.
57 58 59 |
# File 'sig/types.rbs', line 57 def enable_performance_mode @enable_performance_mode end |
#enable_pull_request_preview ⇒ Boolean
Returns the value of attribute enable_pull_request_preview.
59 60 61 |
# File 'sig/types.rbs', line 59 def enable_pull_request_preview @enable_pull_request_preview end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
54 55 56 |
# File 'sig/types.rbs', line 54 def environment_variables @environment_variables end |
#framework ⇒ ::String
Returns the value of attribute framework.
52 53 54 |
# File 'sig/types.rbs', line 52 def framework @framework end |
#pull_request_environment_name ⇒ ::String
Returns the value of attribute pull_request_environment_name.
60 61 62 |
# File 'sig/types.rbs', line 60 def pull_request_environment_name @pull_request_environment_name end |
#stage ⇒ "PRODUCTION", ...
Returns the value of attribute stage.
51 52 53 |
# File 'sig/types.rbs', line 51 def stage @stage end |