Class: Aws::Types::VpcPeeringConnection
- Inherits:
-
Object
- Object
- Aws::Types::VpcPeeringConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepter_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Returns the value of attribute accepter_vpc_info.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Returns the value of attribute requester_vpc_info.
-
#status ⇒ Types::VpcPeeringConnectionStateReason
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#accepter_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Returns the value of attribute accepter_vpc_info.
19142 19143 19144 |
# File 'sig/types.rbs', line 19142 def accepter_vpc_info @accepter_vpc_info end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
19143 19144 19145 |
# File 'sig/types.rbs', line 19143 def expiration_time @expiration_time end |
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Returns the value of attribute requester_vpc_info.
19144 19145 19146 |
# File 'sig/types.rbs', line 19144 def requester_vpc_info @requester_vpc_info end |
#status ⇒ Types::VpcPeeringConnectionStateReason
Returns the value of attribute status.
19145 19146 19147 |
# File 'sig/types.rbs', line 19145 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19146 19147 19148 |
# File 'sig/types.rbs', line 19146 def @tags end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
19147 19148 19149 |
# File 'sig/types.rbs', line 19147 def vpc_peering_connection_id @vpc_peering_connection_id end |