Class: Aws::Types::DeploymentPatternVersionDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentPatternVersionDataSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#documentation_url ⇒ ::String
Returns the value of attribute documentation_url.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
111 112 113 |
# File 'sig/types.rbs', line 111 def deployment_pattern_name @deployment_pattern_name end |
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_name.
107 108 109 |
# File 'sig/types.rbs', line 107 def deployment_pattern_version_name @deployment_pattern_version_name end |
#description ⇒ ::String
Returns the value of attribute description.
108 109 110 |
# File 'sig/types.rbs', line 108 def description @description end |
#documentation_url ⇒ ::String
Returns the value of attribute documentation_url.
109 110 111 |
# File 'sig/types.rbs', line 109 def documentation_url @documentation_url end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
110 111 112 |
# File 'sig/types.rbs', line 110 def workload_name @workload_name end |