Class: Aws::AuditManager::Types::GetAssessmentFrameworkRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

Note:

When making an API call, you may pass GetAssessmentFrameworkRequest data as a hash:

{
  framework_id: "UUID", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#framework_idString

The identifier for the specified framework.

Returns:

  • (String)


2325
2326
2327
2328
2329
# File 'lib/aws-sdk-auditmanager/types.rb', line 2325

class GetAssessmentFrameworkRequest < Struct.new(
  :framework_id)
  SENSITIVE = []
  include Aws::Structure
end