Class: Aws::EC2::Types::AuthorizeSecurityGroupIngressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AuthorizeSecurityGroupIngressResult
- 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.
-
#security_group_rules ⇒ Array<Types::SecurityGroupRule>
Information about the inbound (ingress) security group rules that were added.
Instance Attribute Details
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, returns an error.
3622 3623 3624 3625 3626 3627 |
# File 'lib/aws-sdk-ec2/types.rb', line 3622 class AuthorizeSecurityGroupIngressResult < Struct.new( :return, :security_group_rules) SENSITIVE = [] include Aws::Structure end |
#security_group_rules ⇒ Array<Types::SecurityGroupRule>
Information about the inbound (ingress) security group rules that were added.
3622 3623 3624 3625 3626 3627 |
# File 'lib/aws-sdk-ec2/types.rb', line 3622 class AuthorizeSecurityGroupIngressResult < Struct.new( :return, :security_group_rules) SENSITIVE = [] include Aws::Structure end |