Class: Aws::Types::VpcLink
- Inherits:
-
Object
- Object
- Aws::Types::VpcLink
- 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.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def created_date @created_date end |
#name ⇒ ::String
Returns the value of attribute name.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def @tags end |
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def vpc_link_id @vpc_link_id end |
#vpc_link_status ⇒ "PENDING", ...
Returns the value of attribute vpc_link_status.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def vpc_link_status @vpc_link_status end |
#vpc_link_status_message ⇒ ::String
Returns the value of attribute vpc_link_status_message.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def @vpc_link_status_message end |
#vpc_link_version ⇒ "V2"
Returns the value of attribute vpc_link_version.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def vpc_link_version @vpc_link_version end |