Class: Aws::Types::GetVpcLinkResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetVpcLinkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
-
#vpc_link_status ⇒ "PENDING", ...
Returns the value of attribute vpc_link_status.
-
#vpc_link_status_message ⇒ ::String
Returns the value of attribute vpc_link_status_message.
-
#vpc_link_version ⇒ "V2"
Returns the value of attribute vpc_link_version.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def created_date @created_date end |
#name ⇒ ::String
Returns the value of attribute name.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def end |
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def vpc_link_id @vpc_link_id end |
#vpc_link_status ⇒ "PENDING", ...
Returns the value of attribute vpc_link_status.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def vpc_link_status @vpc_link_status end |
#vpc_link_status_message ⇒ ::String
Returns the value of attribute vpc_link_status_message.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def end |
#vpc_link_version ⇒ "V2"
Returns the value of attribute vpc_link_version.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def vpc_link_version @vpc_link_version end |