Class: Aws::Types::AssessmentReportMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :assessment_name, :author])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id ⇒ ::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def assessment_id
  @assessment_id
end

#assessment_name ⇒ ::String

Returns the value of attribute assessment_name.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def assessment_name
  @assessment_name
end

#author ⇒ ::String

Returns the value of attribute author.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def author
  @author
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


181
182
183
# File 'sig/types.rbs', line 181

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def name
  @name
end

#status ⇒ "COMPLETE", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETE", "IN_PROGRESS", "FAILED")


180
181
182
# File 'sig/types.rbs', line 180

def status
  @status
end