Class: Aws::Types::WorkloadDeploymentPatternData
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadDeploymentPatternData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_constraints ⇒ ::Array[Types::AccountConstraint]
Returns the value of attribute account_constraints.
-
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
-
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#specifications ⇒ ::Array[Types::DeploymentSpecificationsField]
Returns the value of attribute specifications.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
-
#workload_version_name ⇒ ::String
Returns the value of attribute workload_version_name.
Instance Attribute Details
#account_constraints ⇒ ::Array[Types::AccountConstraint]
Returns the value of attribute account_constraints.
334 335 336 |
# File 'sig/types.rbs', line 334 def account_constraints @account_constraints end |
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
327 328 329 |
# File 'sig/types.rbs', line 327 def deployment_pattern_name @deployment_pattern_name end |
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_name.
329 330 331 |
# File 'sig/types.rbs', line 329 def deployment_pattern_version_name @deployment_pattern_version_name end |
#description ⇒ ::String
Returns the value of attribute description.
331 332 333 |
# File 'sig/types.rbs', line 331 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
330 331 332 |
# File 'sig/types.rbs', line 330 def display_name @display_name end |
#specifications ⇒ ::Array[Types::DeploymentSpecificationsField]
Returns the value of attribute specifications.
335 336 337 |
# File 'sig/types.rbs', line 335 def specifications @specifications end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
332 333 334 |
# File 'sig/types.rbs', line 332 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
333 334 335 |
# File 'sig/types.rbs', line 333 def @status_message end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
326 327 328 |
# File 'sig/types.rbs', line 326 def workload_name @workload_name end |
#workload_version_name ⇒ ::String
Returns the value of attribute workload_version_name.
328 329 330 |
# File 'sig/types.rbs', line 328 def workload_version_name @workload_version_name end |