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.
19469 19470 19471 |
# File 'sig/types.rbs', line 19469 def accepter_vpc_info @accepter_vpc_info end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
19470 19471 19472 |
# File 'sig/types.rbs', line 19470 def expiration_time @expiration_time end |
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Returns the value of attribute requester_vpc_info.
19471 19472 19473 |
# File 'sig/types.rbs', line 19471 def requester_vpc_info @requester_vpc_info end |
#status ⇒ Types::VpcPeeringConnectionStateReason
Returns the value of attribute status.
19472 19473 19474 |
# File 'sig/types.rbs', line 19472 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19473 19474 19475 |
# File 'sig/types.rbs', line 19473 def @tags end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
19474 19475 19476 |
# File 'sig/types.rbs', line 19474 def vpc_peering_connection_id @vpc_peering_connection_id end |