Class: Aws::Types::UpdateVpcLinkResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcLinkResponse
- 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.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def created_date @created_date end |
#name ⇒ ::String
Returns the value of attribute name.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def end |
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def vpc_link_id @vpc_link_id end |
#vpc_link_status ⇒ "PENDING", ...
Returns the value of attribute vpc_link_status.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def vpc_link_status @vpc_link_status end |
#vpc_link_status_message ⇒ ::String
Returns the value of attribute vpc_link_status_message.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def end |
#vpc_link_version ⇒ "V2"
Returns the value of attribute vpc_link_version.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def vpc_link_version @vpc_link_version end |