Class: Aws::Types::JsonClassifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5020
5021
5022
# File 'sig/types.rbs', line 5020

def creation_time
  @creation_time
end

#json_path::String

Returns the value of attribute json_path.

Returns:

  • (::String)


5023
5024
5025
# File 'sig/types.rbs', line 5023

def json_path
  @json_path
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


5021
5022
5023
# File 'sig/types.rbs', line 5021

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5019
5020
5021
# File 'sig/types.rbs', line 5019

def name
  @name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


5022
5023
5024
# File 'sig/types.rbs', line 5022

def version
  @version
end