Class: Aws::Types::AssessmentReport

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)


158
159
160
# File 'sig/types.rbs', line 158

def assessment_id
  @assessment_id
end

#assessment_name ⇒ ::String

Returns the value of attribute assessment_name.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def assessment_name
  @assessment_name
end

#author ⇒ ::String

Returns the value of attribute author.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def author
  @author
end

#aws_account_id ⇒ ::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def 
  @aws_account_id
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


162
163
164
# File 'sig/types.rbs', line 162

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def name
  @name
end

#status ⇒ "COMPLETE", ...

Returns the value of attribute status.

Returns:

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


161
162
163
# File 'sig/types.rbs', line 161

def status
  @status
end