Class: Aws::Types::SecurityGroupReference
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#referencing_vpc_id ⇒ ::String
Returns the value of attribute referencing_vpc_id.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
16979 16980 16981 |
# File 'sig/types.rbs', line 16979 def group_id @group_id end |
#referencing_vpc_id ⇒ ::String
Returns the value of attribute referencing_vpc_id.
16980 16981 16982 |
# File 'sig/types.rbs', line 16980 def referencing_vpc_id @referencing_vpc_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
16982 16983 16984 |
# File 'sig/types.rbs', line 16982 def transit_gateway_id @transit_gateway_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
16981 16982 16983 |
# File 'sig/types.rbs', line 16981 def vpc_peering_connection_id @vpc_peering_connection_id end |