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)


8429
8430
8431
# File 'sig/types.rbs', line 8429

def classification
  @classification
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8430
8431
8432
# File 'sig/types.rbs', line 8430

def creation_time
  @creation_time
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


8431
8432
8433
# File 'sig/types.rbs', line 8431

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8428
8429
8430
# File 'sig/types.rbs', line 8428

def name
  @name
end

#row_tag::String

Returns the value of attribute row_tag.

Returns:

  • (::String)


8433
8434
8435
# File 'sig/types.rbs', line 8433

def row_tag
  @row_tag
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


8432
8433
8434
# File 'sig/types.rbs', line 8432

def version
  @version
end