Class: Aws::Types::StartDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#source_url_type ⇒ "ZIP", "BUCKET_PREFIX"
Returns the value of attribute source_url_type.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
594 595 596 |
# File 'sig/types.rbs', line 594 def app_id @app_id end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
595 596 597 |
# File 'sig/types.rbs', line 595 def branch_name @branch_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def job_id @job_id end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
597 598 599 |
# File 'sig/types.rbs', line 597 def source_url @source_url end |
#source_url_type ⇒ "ZIP", "BUCKET_PREFIX"
Returns the value of attribute source_url_type.
598 599 600 |
# File 'sig/types.rbs', line 598 def source_url_type @source_url_type end |