Class: Aws::Types::CreateAssessmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :assessment_reports_destination, :scope, :roles])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_reports_destination ⇒ Types::AssessmentReportsDestination

Returns the value of attribute assessment_reports_destination.



416
417
418
# File 'sig/types.rbs', line 416

def assessment_reports_destination
  @assessment_reports_destination
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def description
  @description
end

#framework_id ⇒ ::String

Returns the value of attribute framework_id.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def framework_id
  @framework_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def name
  @name
end

#roles ⇒ ::Array[Types::Role]

Returns the value of attribute roles.

Returns:



418
419
420
# File 'sig/types.rbs', line 418

def roles
  @roles
end

#scope ⇒ Types::Scope

Returns the value of attribute scope.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def scope
  @scope
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


420
421
422
# File 'sig/types.rbs', line 420

def tags
  @tags
end