Class: Aws::Types::CreateAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
144 145 146 |
# File 'sig/types.rbs', line 144 def access_token @access_token end |
#auto_branch_creation_config ⇒ Types::AutoBranchCreationConfig
Returns the value of attribute auto_branch_creation_config.
156 157 158 |
# File 'sig/types.rbs', line 156 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.
155 156 157 |
# File 'sig/types.rbs', line 155 def auto_branch_creation_patterns @auto_branch_creation_patterns end |
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
149 150 151 |
# File 'sig/types.rbs', line 149 def basic_auth_credentials @basic_auth_credentials end |
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
152 153 154 |
# File 'sig/types.rbs', line 152 def build_spec @build_spec end |
#cache_config ⇒ Types::CacheConfig
Returns the value of attribute cache_config.
158 159 160 |
# File 'sig/types.rbs', line 158 def cache_config @cache_config end |
#compute_role_arn ⇒ ::String
Returns the value of attribute compute_role_arn.
141 142 143 |
# File 'sig/types.rbs', line 141 def compute_role_arn @compute_role_arn end |
#custom_headers ⇒ ::String
Returns the value of attribute custom_headers.
153 154 155 |
# File 'sig/types.rbs', line 153 def custom_headers @custom_headers end |
#custom_rules ⇒ ::Array[Types::CustomRule]
Returns the value of attribute custom_rules.
150 151 152 |
# File 'sig/types.rbs', line 150 def custom_rules @custom_rules end |
#description ⇒ ::String
Returns the value of attribute description.
138 139 140 |
# File 'sig/types.rbs', line 138 def description @description end |
#enable_auto_branch_creation ⇒ Boolean
Returns the value of attribute enable_auto_branch_creation.
154 155 156 |
# File 'sig/types.rbs', line 154 def enable_auto_branch_creation @enable_auto_branch_creation end |
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
148 149 150 |
# File 'sig/types.rbs', line 148 def enable_basic_auth @enable_basic_auth end |
#enable_branch_auto_build ⇒ Boolean
Returns the value of attribute enable_branch_auto_build.
146 147 148 |
# File 'sig/types.rbs', line 146 def enable_branch_auto_build @enable_branch_auto_build end |
#enable_branch_auto_deletion ⇒ Boolean
Returns the value of attribute enable_branch_auto_deletion.
147 148 149 |
# File 'sig/types.rbs', line 147 def enable_branch_auto_deletion @enable_branch_auto_deletion end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
145 146 147 |
# File 'sig/types.rbs', line 145 def environment_variables @environment_variables end |
#iam_service_role_arn ⇒ ::String
Returns the value of attribute iam_service_role_arn.
142 143 144 |
# File 'sig/types.rbs', line 142 def iam_service_role_arn @iam_service_role_arn end |
#job_config ⇒ Types::JobConfig
Returns the value of attribute job_config.
157 158 159 |
# File 'sig/types.rbs', line 157 def job_config @job_config end |
#name ⇒ ::String
Returns the value of attribute name.
137 138 139 |
# File 'sig/types.rbs', line 137 def name @name end |
#oauth_token ⇒ ::String
Returns the value of attribute oauth_token.
143 144 145 |
# File 'sig/types.rbs', line 143 def oauth_token @oauth_token end |
#platform ⇒ "WEB", ...
Returns the value of attribute platform.
140 141 142 |
# File 'sig/types.rbs', line 140 def platform @platform end |
#repository ⇒ ::String
Returns the value of attribute repository.
139 140 141 |
# File 'sig/types.rbs', line 139 def repository @repository end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
151 152 153 |
# File 'sig/types.rbs', line 151 def @tags end |