Class: Aws::Types::VpcEndpointSummary
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointSummary
- 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.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def status @status end |