Class: Aws::Types::XMLClassifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


8499
8500
8501
# File 'sig/types.rbs', line 8499

def classification
  @classification
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8500
8501
8502
# File 'sig/types.rbs', line 8500

def creation_time
  @creation_time
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


8501
8502
8503
# File 'sig/types.rbs', line 8501

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8498
8499
8500
# File 'sig/types.rbs', line 8498

def name
  @name
end

#row_tag::String

Returns the value of attribute row_tag.

Returns:

  • (::String)


8503
8504
8505
# File 'sig/types.rbs', line 8503

def row_tag
  @row_tag
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


8502
8503
8504
# File 'sig/types.rbs', line 8502

def version
  @version
end