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.



15040
15041
15042
# File 'sig/types.rbs', line 15040

def accepter_peering_connection_options
  @accepter_peering_connection_options
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15041
15042
15043
# File 'sig/types.rbs', line 15041

def dry_run
  @dry_run
end

#requester_peering_connection_optionsTypes::PeeringConnectionOptionsRequest

Returns the value of attribute requester_peering_connection_options.



15042
15043
15044
# File 'sig/types.rbs', line 15042

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)


15043
15044
15045
# File 'sig/types.rbs', line 15043

def vpc_peering_connection_id
  @vpc_peering_connection_id
end