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.
19829 19830 19831 |
# File 'sig/types.rbs', line 19829 def accepter_vpc_info @accepter_vpc_info end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
19830 19831 19832 |
# File 'sig/types.rbs', line 19830 def expiration_time @expiration_time end |
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Returns the value of attribute requester_vpc_info.
19831 19832 19833 |
# File 'sig/types.rbs', line 19831 def requester_vpc_info @requester_vpc_info end |
#status ⇒ Types::VpcPeeringConnectionStateReason
Returns the value of attribute status.
19832 19833 19834 |
# File 'sig/types.rbs', line 19832 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19833 19834 19835 |
# File 'sig/types.rbs', line 19833 def @tags end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
19834 19835 19836 |
# File 'sig/types.rbs', line 19834 def vpc_peering_connection_id @vpc_peering_connection_id end |