Class: Aws::Types::CreateDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def application_id @application_id end |
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
160 161 162 |
# File 'sig/types.rbs', line 160 def application_version @application_version end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
161 162 163 |
# File 'sig/types.rbs', line 161 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
162 163 164 |
# File 'sig/types.rbs', line 162 def environment_id @environment_id end |