Class: Aws::Types::DeletePrivateGraphEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePrivateGraphEndpointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#status ⇒ "CREATING", ...
Returns the value of attribute status.
209 210 211 |
# File 'sig/types.rbs', line 209 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
208 209 210 |
# File 'sig/types.rbs', line 208 def subnet_ids @subnet_ids end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def vpc_id @vpc_id end |