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.
721 722 723 |
# File 'sig/types.rbs', line 721 def client_stats @client_stats end |
#replaced_with ⇒ ::String
Returns the value of attribute replaced_with.
718 719 720 |
# File 'sig/types.rbs', line 718 def replaced_with @replaced_with end |
#start_serving_replacement_version ⇒ ::String
Returns the value of attribute start_serving_replacement_version.
720 721 722 |
# File 'sig/types.rbs', line 720 def start_serving_replacement_version @start_serving_replacement_version end |
#stop_serving_version ⇒ ::String
Returns the value of attribute stop_serving_version.
719 720 721 |
# File 'sig/types.rbs', line 719 def stop_serving_version @stop_serving_version end |
#usage ⇒ ::String
Returns the value of attribute usage.
717 718 719 |
# File 'sig/types.rbs', line 717 def usage @usage end |