Class: Aws::EC2::Types::UpdateSecurityGroupRuleDescriptionsEgressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UpdateSecurityGroupRuleDescriptionsEgressResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns
trueif the request succeeds; otherwise, returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns true if the request succeeds; otherwise, returns an error.
77544 77545 77546 77547 77548 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77544 class UpdateSecurityGroupRuleDescriptionsEgressResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |