Class: Aws::Types::RejectVpcPeeringConnectionRequest

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)


16343
16344
16345
# File 'sig/types.rbs', line 16343

def dry_run
  @dry_run
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


16344
16345
16346
# File 'sig/types.rbs', line 16344

def vpc_peering_connection_id
  @vpc_peering_connection_id
end