Class: Aws::Types::LifeCycle
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#added_to_service_date_time ⇒ ::String
Returns the value of attribute added_to_service_date_time.
-
#elapsed_replication_duration ⇒ ::String
Returns the value of attribute elapsed_replication_duration.
-
#first_byte_date_time ⇒ ::String
Returns the value of attribute first_byte_date_time.
-
#last_launch ⇒ Types::LifeCycleLastLaunch
Returns the value of attribute last_launch.
-
#last_seen_by_service_date_time ⇒ ::String
Returns the value of attribute last_seen_by_service_date_time.
Instance Attribute Details
#added_to_service_date_time ⇒ ::String
Returns the value of attribute added_to_service_date_time.
668 669 670 |
# File 'sig/types.rbs', line 668 def added_to_service_date_time @added_to_service_date_time end |
#elapsed_replication_duration ⇒ ::String
Returns the value of attribute elapsed_replication_duration.
670 671 672 |
# File 'sig/types.rbs', line 670 def elapsed_replication_duration @elapsed_replication_duration end |
#first_byte_date_time ⇒ ::String
Returns the value of attribute first_byte_date_time.
669 670 671 |
# File 'sig/types.rbs', line 669 def first_byte_date_time @first_byte_date_time end |
#last_launch ⇒ Types::LifeCycleLastLaunch
Returns the value of attribute last_launch.
672 673 674 |
# File 'sig/types.rbs', line 672 def last_launch @last_launch end |
#last_seen_by_service_date_time ⇒ ::String
Returns the value of attribute last_seen_by_service_date_time.
671 672 673 |
# File 'sig/types.rbs', line 671 def last_seen_by_service_date_time @last_seen_by_service_date_time end |