Class: Aws::Types::CreateAssessmentFrameworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:compliance_type])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def compliance_type
  @compliance_type
end

#control_sets ⇒ ::Array[Types::CreateAssessmentFrameworkControlSet]

Returns the value of attribute control_sets.



390
391
392
# File 'sig/types.rbs', line 390

def control_sets
  @control_sets
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


391
392
393
# File 'sig/types.rbs', line 391

def tags
  @tags
end