Class: Aws::Types::AssessmentValidation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def category
  @category
end

#last_update_date_time::Time

Returns the value of attribute last_update_date_time.

Returns:

  • (::Time)


115
116
117
# File 'sig/types.rbs', line 115

def last_update_date_time
  @last_update_date_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def name
  @name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


114
115
116
# File 'sig/types.rbs', line 114

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def status
  @status
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def status_code
  @status_code
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def status_reason
  @status_reason
end