Class: Aws::SecurityIR::Types::ImpactedAwsRegion
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ImpactedAwsRegion
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#region ⇒ String
830 831 832 833 834 |
# File 'lib/aws-sdk-securityir/types.rb', line 830 class ImpactedAwsRegion < Struct.new( :region) SENSITIVE = [] include Aws::Structure end |