Class: Aws::Types::DeprecationDetail
- Inherits:
-
Object
- Object
- Aws::Types::DeprecationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_stats ⇒ ::Array[Types::ClientStat]
Returns the value of attribute client_stats.
-
#replaced_with ⇒ ::String
Returns the value of attribute replaced_with.
-
#start_serving_replacement_version ⇒ ::String
Returns the value of attribute start_serving_replacement_version.
-
#stop_serving_version ⇒ ::String
Returns the value of attribute stop_serving_version.
-
#usage ⇒ ::String
Returns the value of attribute usage.
Instance Attribute Details
#client_stats ⇒ ::Array[Types::ClientStat]
Returns the value of attribute client_stats.
804 805 806 |
# File 'sig/types.rbs', line 804 def client_stats @client_stats end |
#replaced_with ⇒ ::String
Returns the value of attribute replaced_with.
801 802 803 |
# File 'sig/types.rbs', line 801 def replaced_with @replaced_with end |
#start_serving_replacement_version ⇒ ::String
Returns the value of attribute start_serving_replacement_version.
803 804 805 |
# File 'sig/types.rbs', line 803 def start_serving_replacement_version @start_serving_replacement_version end |
#stop_serving_version ⇒ ::String
Returns the value of attribute stop_serving_version.
802 803 804 |
# File 'sig/types.rbs', line 802 def stop_serving_version @stop_serving_version end |
#usage ⇒ ::String
Returns the value of attribute usage.
800 801 802 |
# File 'sig/types.rbs', line 800 def usage @usage end |