Class: Aws::ConfigService::Types::DescribeRemediationExceptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeRemediationExceptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
-
#remediation_exceptions ⇒ Array<Types::RemediationException>
Returns a list of remediation exception objects.
Instance Attribute Details
#next_token ⇒ String
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-configservice/types.rb', line 3377 class DescribeRemediationExceptionsResponse < Struct.new( :remediation_exceptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#remediation_exceptions ⇒ Array<Types::RemediationException>
Returns a list of remediation exception objects.
3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-configservice/types.rb', line 3377 class DescribeRemediationExceptionsResponse < Struct.new( :remediation_exceptions, :next_token) SENSITIVE = [] include Aws::Structure end |