Class: Aws::Types::VpcLink
- Inherits:
-
Object
- Object
- Aws::Types::VpcLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arns ⇒ ::Array[::String]
Returns the value of attribute target_arns.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def name @name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def end |
#target_arns ⇒ ::Array[::String]
Returns the value of attribute target_arns.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def target_arns @target_arns end |