Class: Aws::Types::DeleteVpcEndpointDetail
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcEndpointDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
449 450 451 |
# File 'sig/types.rbs', line 449 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
450 451 452 |
# File 'sig/types.rbs', line 450 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
451 452 453 |
# File 'sig/types.rbs', line 451 def status @status end |