Class: Aws::Types::Branch
- Inherits:
-
Object
- Object
- Aws::Types::Branch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_job_id ⇒ ::String
Returns the value of attribute active_job_id.
-
#associated_resources ⇒ ::Array[::String]
Returns the value of attribute associated_resources.
-
#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_arn ⇒ ::String
Returns the value of attribute branch_arn.
-
#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.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#custom_domains ⇒ ::Array[::String]
Returns the value of attribute custom_domains.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_branch ⇒ ::String
Returns the value of attribute destination_branch.
-
#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.
-
#source_branch ⇒ ::String
Returns the value of attribute source_branch.
-
#stage ⇒ "PRODUCTION", ...
Returns the value of attribute stage.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#thumbnail_url ⇒ ::String
Returns the value of attribute thumbnail_url.
-
#total_number_of_jobs ⇒ ::String
Returns the value of attribute total_number_of_jobs.
-
#ttl ⇒ ::String
Returns the value of attribute ttl.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#active_job_id ⇒ ::String
Returns the value of attribute active_job_id.
99 100 101 |
# File 'sig/types.rbs', line 99 def active_job_id @active_job_id end |
#associated_resources ⇒ ::Array[::String]
Returns the value of attribute associated_resources.
107 108 109 |
# File 'sig/types.rbs', line 107 def associated_resources @associated_resources end |
#backend ⇒ Types::Backend
Returns the value of attribute backend.
113 114 115 |
# File 'sig/types.rbs', line 113 def backend @backend end |
#backend_environment_arn ⇒ ::String
Returns the value of attribute backend_environment_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def backend_environment_arn @backend_environment_arn end |
#basic_auth_credentials ⇒ ::String
Returns the value of attribute basic_auth_credentials.
104 105 106 |
# File 'sig/types.rbs', line 104 def basic_auth_credentials @basic_auth_credentials end |
#branch_arn ⇒ ::String
Returns the value of attribute branch_arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def branch_arn @branch_arn end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def branch_name @branch_name end |
#build_spec ⇒ ::String
Returns the value of attribute build_spec.
105 106 107 |
# File 'sig/types.rbs', line 105 def build_spec @build_spec end |
#compute_role_arn ⇒ ::String
Returns the value of attribute compute_role_arn.
114 115 116 |
# File 'sig/types.rbs', line 114 def compute_role_arn @compute_role_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
92 93 94 |
# File 'sig/types.rbs', line 92 def create_time @create_time end |
#custom_domains ⇒ ::Array[::String]
Returns the value of attribute custom_domains.
97 98 99 |
# File 'sig/types.rbs', line 97 def custom_domains @custom_domains end |
#description ⇒ ::String
Returns the value of attribute description.
87 88 89 |
# File 'sig/types.rbs', line 87 def description @description end |
#destination_branch ⇒ ::String
Returns the value of attribute destination_branch.
110 111 112 |
# File 'sig/types.rbs', line 110 def destination_branch @destination_branch end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
90 91 92 |
# File 'sig/types.rbs', line 90 def display_name @display_name end |
#enable_auto_build ⇒ Boolean
Returns the value of attribute enable_auto_build.
95 96 97 |
# File 'sig/types.rbs', line 95 def enable_auto_build @enable_auto_build end |
#enable_basic_auth ⇒ Boolean
Returns the value of attribute enable_basic_auth.
101 102 103 |
# File 'sig/types.rbs', line 101 def enable_basic_auth @enable_basic_auth end |
#enable_notification ⇒ Boolean
Returns the value of attribute enable_notification.
91 92 93 |
# File 'sig/types.rbs', line 91 def enable_notification @enable_notification end |
#enable_performance_mode ⇒ Boolean
Returns the value of attribute enable_performance_mode.
102 103 104 |
# File 'sig/types.rbs', line 102 def enable_performance_mode @enable_performance_mode end |
#enable_pull_request_preview ⇒ Boolean
Returns the value of attribute enable_pull_request_preview.
108 109 110 |
# File 'sig/types.rbs', line 108 def enable_pull_request_preview @enable_pull_request_preview end |
#enable_skew_protection ⇒ Boolean
Returns the value of attribute enable_skew_protection.
96 97 98 |
# File 'sig/types.rbs', line 96 def enable_skew_protection @enable_skew_protection end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
94 95 96 |
# File 'sig/types.rbs', line 94 def environment_variables @environment_variables end |
#framework ⇒ ::String
Returns the value of attribute framework.
98 99 100 |
# File 'sig/types.rbs', line 98 def framework @framework end |
#pull_request_environment_name ⇒ ::String
Returns the value of attribute pull_request_environment_name.
109 110 111 |
# File 'sig/types.rbs', line 109 def pull_request_environment_name @pull_request_environment_name end |
#source_branch ⇒ ::String
Returns the value of attribute source_branch.
111 112 113 |
# File 'sig/types.rbs', line 111 def source_branch @source_branch end |
#stage ⇒ "PRODUCTION", ...
Returns the value of attribute stage.
89 90 91 |
# File 'sig/types.rbs', line 89 def stage @stage end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
88 89 90 |
# File 'sig/types.rbs', line 88 def @tags end |
#thumbnail_url ⇒ ::String
Returns the value of attribute thumbnail_url.
103 104 105 |
# File 'sig/types.rbs', line 103 def thumbnail_url @thumbnail_url end |
#total_number_of_jobs ⇒ ::String
Returns the value of attribute total_number_of_jobs.
100 101 102 |
# File 'sig/types.rbs', line 100 def total_number_of_jobs @total_number_of_jobs end |
#ttl ⇒ ::String
Returns the value of attribute ttl.
106 107 108 |
# File 'sig/types.rbs', line 106 def ttl @ttl end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
93 94 95 |
# File 'sig/types.rbs', line 93 def update_time @update_time end |