Class: Aws::Types::DeploymentData
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#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.
-
#resource_group ⇒ ::String
Returns the value of attribute resource_group.
-
#specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute specifications.
-
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
69 70 71 |
# File 'sig/types.rbs', line 69 def created_at @created_at end |
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
73 74 75 |
# File 'sig/types.rbs', line 73 def deleted_at @deleted_at end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def deployment_arn @deployment_arn end |
#id ⇒ ::String
Returns the value of attribute id.
65 66 67 |
# File 'sig/types.rbs', line 65 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
70 71 72 |
# File 'sig/types.rbs', line 70 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
64 65 66 |
# File 'sig/types.rbs', line 64 def name @name end |
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
67 68 69 |
# File 'sig/types.rbs', line 67 def pattern_name @pattern_name end |
#resource_group ⇒ ::String
Returns the value of attribute resource_group.
72 73 74 |
# File 'sig/types.rbs', line 72 def resource_group @resource_group end |
#specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute specifications.
71 72 73 |
# File 'sig/types.rbs', line 71 def specifications @specifications end |
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
68 69 70 |
# File 'sig/types.rbs', line 68 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
74 75 76 |
# File 'sig/types.rbs', line 74 def @tags end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
66 67 68 |
# File 'sig/types.rbs', line 66 def workload_name @workload_name end |