Class: Aws::Types::CreateVpcLinkResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcLinkResponse
- 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.
751 752 753 |
# File 'sig/types.rbs', line 751 def created_date @created_date end |
#name ⇒ ::String
Returns the value of attribute name.
752 753 754 |
# File 'sig/types.rbs', line 752 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
753 754 755 |
# File 'sig/types.rbs', line 753 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
754 755 756 |
# File 'sig/types.rbs', line 754 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
755 756 757 |
# File 'sig/types.rbs', line 755 def end |
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
756 757 758 |
# File 'sig/types.rbs', line 756 def vpc_link_id @vpc_link_id end |
#vpc_link_status ⇒ "PENDING", ...
Returns the value of attribute vpc_link_status.
757 758 759 |
# File 'sig/types.rbs', line 757 def vpc_link_status @vpc_link_status end |
#vpc_link_status_message ⇒ ::String
Returns the value of attribute vpc_link_status_message.
758 759 760 |
# File 'sig/types.rbs', line 758 def end |
#vpc_link_version ⇒ "V2"
Returns the value of attribute vpc_link_version.
759 760 761 |
# File 'sig/types.rbs', line 759 def vpc_link_version @vpc_link_version end |