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:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def usage
  @usage
end