Class: Aws::Types::Deployment
- Inherits:
-
Object
- Object
- Aws::Types::Deployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_summary ⇒ ::Hash[::String, ::Hash[::String, Types::MethodSnapshot]]
Returns the value of attribute api_summary.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#api_summary ⇒ ::Hash[::String, ::Hash[::String, Types::MethodSnapshot]]
Returns the value of attribute api_summary.
435 436 437 |
# File 'sig/types.rbs', line 435 def api_summary @api_summary end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
434 435 436 |
# File 'sig/types.rbs', line 434 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
433 434 435 |
# File 'sig/types.rbs', line 433 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
432 433 434 |
# File 'sig/types.rbs', line 432 def id @id end |