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.



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.

Returns:

  • (::Time)


19830
19831
19832
# File 'sig/types.rbs', line 19830

def expiration_time
  @expiration_time
end

#requester_vpc_infoTypes::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

#statusTypes::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.

Returns:



19833
19834
19835
# File 'sig/types.rbs', line 19833

def tags
  @tags
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


19834
19835
19836
# File 'sig/types.rbs', line 19834

def vpc_peering_connection_id
  @vpc_peering_connection_id
end