Class: Aws::Types::WorkloadDeploymentPatternDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadDeploymentPatternDataSummary
- 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.
-
#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.
348 349 350 |
# File 'sig/types.rbs', line 348 def account_constraints @account_constraints end |
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
341 342 343 |
# File 'sig/types.rbs', line 341 def deployment_pattern_name @deployment_pattern_name end |
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def deployment_pattern_version_name @deployment_pattern_version_name end |
#description ⇒ ::String
Returns the value of attribute description.
345 346 347 |
# File 'sig/types.rbs', line 345 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
344 345 346 |
# File 'sig/types.rbs', line 344 def display_name @display_name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
346 347 348 |
# File 'sig/types.rbs', line 346 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
347 348 349 |
# File 'sig/types.rbs', line 347 def @status_message end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
340 341 342 |
# File 'sig/types.rbs', line 340 def workload_name @workload_name end |
#workload_version_name ⇒ ::String
Returns the value of attribute workload_version_name.
342 343 344 |
# File 'sig/types.rbs', line 342 def workload_version_name @workload_version_name end |