Class: Aws::EC2::Types::AuthorizeSecurityGroupIngressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AuthorizeSecurityGroupIngressResult
- Defined in:
- gems/aws-sdk-ec2/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.
3424 3425 3426 3427 3428 3429 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3424 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.
3424 3425 3426 3427 3428 3429 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3424 class AuthorizeSecurityGroupIngressResult < Struct.new( :return, :security_group_rules) SENSITIVE = [] include Aws::Structure end |