Class: Aws::Types::GenericRevisionInfo
- Inherits:
-
Object
- Object
- Aws::Types::GenericRevisionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_groups ⇒ ::Array[::String]
Returns the value of attribute deployment_groups.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#first_used_time ⇒ ::Time
Returns the value of attribute first_used_time.
-
#last_used_time ⇒ ::Time
Returns the value of attribute last_used_time.
-
#register_time ⇒ ::Time
Returns the value of attribute register_time.
Instance Attribute Details
#deployment_groups ⇒ ::Array[::String]
Returns the value of attribute deployment_groups.
537 538 539 |
# File 'sig/types.rbs', line 537 def deployment_groups @deployment_groups end |
#description ⇒ ::String
Returns the value of attribute description.
536 537 538 |
# File 'sig/types.rbs', line 536 def description @description end |
#first_used_time ⇒ ::Time
Returns the value of attribute first_used_time.
538 539 540 |
# File 'sig/types.rbs', line 538 def first_used_time @first_used_time end |
#last_used_time ⇒ ::Time
Returns the value of attribute last_used_time.
539 540 541 |
# File 'sig/types.rbs', line 539 def last_used_time @last_used_time end |
#register_time ⇒ ::Time
Returns the value of attribute register_time.
540 541 542 |
# File 'sig/types.rbs', line 540 def register_time @register_time end |