Class: Aws::FMS::Types::GetViolationDetailsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#violation_detailTypes::ViolationDetail

Violation detail for a resource.



1680
1681
1682
1683
1684
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1680

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