Class: Aws::Types::CreateDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentRequest
- 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.
-
#file_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute file_map.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def app_id @app_id end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def branch_name @branch_name end |
#file_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute file_map.
213 214 215 |
# File 'sig/types.rbs', line 213 def file_map @file_map end |