Class: Aws::Types::DeploymentDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentDataSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
-
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
85 86 87 |
# File 'sig/types.rbs', line 85 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
81 82 83 |
# File 'sig/types.rbs', line 81 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
86 87 88 |
# File 'sig/types.rbs', line 86 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
80 81 82 |
# File 'sig/types.rbs', line 80 def name @name end |
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def pattern_name @pattern_name end |
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
84 85 86 |
# File 'sig/types.rbs', line 84 def status @status end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def workload_name @workload_name end |