Class: Aws::EC2::Types::UpdateSecurityGroupRuleDescriptionsEgressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UpdateSecurityGroupRuleDescriptionsEgressResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, returns an error.
70949 70950 70951 70952 70953 |
# File 'lib/aws-sdk-ec2/types.rb', line 70949 class UpdateSecurityGroupRuleDescriptionsEgressResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |