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.



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.

Returns:

  • (::Time)


19143
19144
19145
# File 'sig/types.rbs', line 19143

def expiration_time
  @expiration_time
end

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

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

Returns:



19146
19147
19148
# File 'sig/types.rbs', line 19146

def tags
  @tags
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


19147
19148
19149
# File 'sig/types.rbs', line 19147

def vpc_peering_connection_id
  @vpc_peering_connection_id
end