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)


8461
8462
8463
# File 'sig/types.rbs', line 8461

def classification
  @classification
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8462
8463
8464
# File 'sig/types.rbs', line 8462

def creation_time
  @creation_time
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


8463
8464
8465
# File 'sig/types.rbs', line 8463

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8460
8461
8462
# File 'sig/types.rbs', line 8460

def name
  @name
end

#row_tag::String

Returns the value of attribute row_tag.

Returns:

  • (::String)


8465
8466
8467
# File 'sig/types.rbs', line 8465

def row_tag
  @row_tag
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


8464
8465
8466
# File 'sig/types.rbs', line 8464

def version
  @version
end