Class: Aws::Types::ValidateAssessmentReportIntegrityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#signature_algorithm ⇒ ::String

Returns the value of attribute signature_algorithm.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def signature_algorithm
  @signature_algorithm
end

#signature_date_time ⇒ ::String

Returns the value of attribute signature_date_time.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def signature_date_time
  @signature_date_time
end

#signature_key_id ⇒ ::String

Returns the value of attribute signature_key_id.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def signature_key_id
  @signature_key_id
end

#signature_valid ⇒ Boolean

Returns the value of attribute signature_valid.

Returns:

  • (Boolean)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def signature_valid
  @signature_valid
end

#validation_errors ⇒ ::Array[::String]

Returns the value of attribute validation_errors.

Returns:

  • (::Array[::String])


1275
1276
1277
# File 'sig/types.rbs', line 1275

def validation_errors
  @validation_errors
end