Class: Aws::Types::ModifyVpcEndpointConnectionNotificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_events::Array[::String]

Returns the value of attribute connection_events.

Returns:

  • (::Array[::String])


14599
14600
14601
# File 'sig/types.rbs', line 14599

def connection_events
  @connection_events
end

#connection_notification_arn::String

Returns the value of attribute connection_notification_arn.

Returns:

  • (::String)


14598
14599
14600
# File 'sig/types.rbs', line 14598

def connection_notification_arn
  @connection_notification_arn
end

#connection_notification_id::String

Returns the value of attribute connection_notification_id.

Returns:

  • (::String)


14597
14598
14599
# File 'sig/types.rbs', line 14597

def connection_notification_id
  @connection_notification_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14596
14597
14598
# File 'sig/types.rbs', line 14596

def dry_run
  @dry_run
end