Class: Aws::Types::AwsEc2InstanceViolation
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2InstanceViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_ec2_network_interface_violations ⇒ ::Array[Types::AwsEc2NetworkInterfaceViolation]
Returns the value of attribute aws_ec2_network_interface_violations.
-
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
Instance Attribute Details
#aws_ec2_network_interface_violations ⇒ ::Array[Types::AwsEc2NetworkInterfaceViolation]
Returns the value of attribute aws_ec2_network_interface_violations.
82 83 84 |
# File 'sig/types.rbs', line 82 def aws_ec2_network_interface_violations @aws_ec2_network_interface_violations end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
81 82 83 |
# File 'sig/types.rbs', line 81 def violation_target @violation_target end |