Class: Aws::ResilienceHub::Types::ListAppAssessmentComplianceDriftsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_arnString

Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3022

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

#max_resultsInteger

Indicates the maximum number of applications requested.

Returns:

  • (Integer)


3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3022

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

#next_tokenString

Indicates the unique token number of the next application to be checked for compliance and regulatory requirements from the list of applications.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
3028
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3022

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