Class: Aws::Types::CreateVpcEndpointDetail
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointDetail
- 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.
346 347 348 |
# File 'sig/types.rbs', line 346 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
347 348 349 |
# File 'sig/types.rbs', line 347 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
348 349 350 |
# File 'sig/types.rbs', line 348 def status @status end |