Class: Aws::Types::SecurityGroupVpcAssociation
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupVpcAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_owner_id ⇒ ::String
Returns the value of attribute group_owner_id.
-
#state ⇒ "associating", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_owner_id ⇒ ::String
Returns the value of attribute vpc_owner_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
17665 17666 17667 |
# File 'sig/types.rbs', line 17665 def group_id @group_id end |
#group_owner_id ⇒ ::String
Returns the value of attribute group_owner_id.
17670 17671 17672 |
# File 'sig/types.rbs', line 17670 def group_owner_id @group_owner_id end |
#state ⇒ "associating", ...
Returns the value of attribute state.
17668 17669 17670 |
# File 'sig/types.rbs', line 17668 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
17669 17670 17671 |
# File 'sig/types.rbs', line 17669 def state_reason @state_reason end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17666 17667 17668 |
# File 'sig/types.rbs', line 17666 def vpc_id @vpc_id end |
#vpc_owner_id ⇒ ::String
Returns the value of attribute vpc_owner_id.
17667 17668 17669 |
# File 'sig/types.rbs', line 17667 def vpc_owner_id @vpc_owner_id end |