Class: Aws::Types::ModifyVpcPeeringConnectionOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepter_peering_connection_optionsTypes::PeeringConnectionOptionsRequest

Returns the value of attribute accepter_peering_connection_options.



14398
14399
14400
# File 'sig/types.rbs', line 14398

def accepter_peering_connection_options
  @accepter_peering_connection_options
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14399
14400
14401
# File 'sig/types.rbs', line 14399

def dry_run
  @dry_run
end

#requester_peering_connection_optionsTypes::PeeringConnectionOptionsRequest

Returns the value of attribute requester_peering_connection_options.



14400
14401
14402
# File 'sig/types.rbs', line 14400

def requester_peering_connection_options
  @requester_peering_connection_options
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


14401
14402
14403
# File 'sig/types.rbs', line 14401

def vpc_peering_connection_id
  @vpc_peering_connection_id
end