Class: Aws::Types::PutDeploymentParameterRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDeploymentParameterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deployment_parameter ⇒ Types::DeploymentParameterInput
Returns the value of attribute deployment_parameter.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def agreement_id @agreement_id end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
45 46 47 |
# File 'sig/types.rbs', line 45 def catalog @catalog end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
46 47 48 |
# File 'sig/types.rbs', line 46 def client_token @client_token end |
#deployment_parameter ⇒ Types::DeploymentParameterInput
Returns the value of attribute deployment_parameter.
47 48 49 |
# File 'sig/types.rbs', line 47 def deployment_parameter @deployment_parameter end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
48 49 50 |
# File 'sig/types.rbs', line 48 def expiration_date @expiration_date end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
49 50 51 |
# File 'sig/types.rbs', line 49 def product_id @product_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
50 51 52 |
# File 'sig/types.rbs', line 50 def @tags end |