Class: Aws::Types::VpcPeeringConnection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepter_vpc_infoTypes::VpcPeeringConnectionVpcInfo

Returns the value of attribute accepter_vpc_info.



19808
19809
19810
# File 'sig/types.rbs', line 19808

def accepter_vpc_info
  @accepter_vpc_info
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


19809
19810
19811
# File 'sig/types.rbs', line 19809

def expiration_time
  @expiration_time
end

#requester_vpc_infoTypes::VpcPeeringConnectionVpcInfo

Returns the value of attribute requester_vpc_info.



19810
19811
19812
# File 'sig/types.rbs', line 19810

def requester_vpc_info
  @requester_vpc_info
end

#statusTypes::VpcPeeringConnectionStateReason

Returns the value of attribute status.



19811
19812
19813
# File 'sig/types.rbs', line 19811

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19812
19813
19814
# File 'sig/types.rbs', line 19812

def tags
  @tags
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


19813
19814
19815
# File 'sig/types.rbs', line 19813

def vpc_peering_connection_id
  @vpc_peering_connection_id
end