Class: Aws::Types::AwsEc2SecurityGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2SecurityGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#ip_permissions ⇒ ::Array[Types::AwsEc2SecurityGroupIpPermission]
Returns the value of attribute ip_permissions.
-
#ip_permissions_egress ⇒ ::Array[Types::AwsEc2SecurityGroupIpPermission]
Returns the value of attribute ip_permissions_egress.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def group_name @group_name end |
#ip_permissions ⇒ ::Array[Types::AwsEc2SecurityGroupIpPermission]
Returns the value of attribute ip_permissions.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def @ip_permissions end |
#ip_permissions_egress ⇒ ::Array[Types::AwsEc2SecurityGroupIpPermission]
Returns the value of attribute ip_permissions_egress.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def @ip_permissions_egress end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def owner_id @owner_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def vpc_id @vpc_id end |