Class: Aws::Types::CreateVpcPeeringConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3912
3913
3914
# File 'sig/types.rbs', line 3912

def dry_run
  @dry_run
end

#peer_owner_id::String

Returns the value of attribute peer_owner_id.

Returns:

  • (::String)


3915
3916
3917
# File 'sig/types.rbs', line 3915

def peer_owner_id
  @peer_owner_id
end

#peer_region::String

Returns the value of attribute peer_region.

Returns:

  • (::String)


3910
3911
3912
# File 'sig/types.rbs', line 3910

def peer_region
  @peer_region
end

#peer_vpc_id::String

Returns the value of attribute peer_vpc_id.

Returns:

  • (::String)


3914
3915
3916
# File 'sig/types.rbs', line 3914

def peer_vpc_id
  @peer_vpc_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3911
3912
3913
# File 'sig/types.rbs', line 3911

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3913
3914
3915
# File 'sig/types.rbs', line 3913

def vpc_id
  @vpc_id
end