Class: Aws::AuditManager::Types::ListAssessmentFrameworkShareRequestsRequest

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 ListAssessmentFrameworkShareRequestsRequest data as a hash:

{
  request_type: "SENT", # required, accepts SENT, RECEIVED
  next_token: "Token",
  max_results: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Represents the maximum number of results on a page or for an API request call.

Returns:

  • (Integer)


3641
3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-auditmanager/types.rb', line 3641

class ListAssessmentFrameworkShareRequestsRequest < Struct.new(
  :request_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


3641
3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-auditmanager/types.rb', line 3641

class ListAssessmentFrameworkShareRequestsRequest < Struct.new(
  :request_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#request_typeString

Specifies whether the share request is a sent request or a received request.

Returns:

  • (String)


3641
3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-auditmanager/types.rb', line 3641

class ListAssessmentFrameworkShareRequestsRequest < Struct.new(
  :request_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end