Class: Aws::Types::DeprecationDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_stats::Array[Types::ClientStat]

Returns the value of attribute client_stats.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def usage
  @usage
end