Class: Aws::Types::CreateVpcEndpointConnectionNotificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3741
3742
3743
# File 'sig/types.rbs', line 3741

def client_token
  @client_token
end

#connection_events::Array[::String]

Returns the value of attribute connection_events.

Returns:

  • (::Array[::String])


3740
3741
3742
# File 'sig/types.rbs', line 3740

def connection_events
  @connection_events
end

#connection_notification_arn::String

Returns the value of attribute connection_notification_arn.

Returns:

  • (::String)


3739
3740
3741
# File 'sig/types.rbs', line 3739

def connection_notification_arn
  @connection_notification_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3736
3737
3738
# File 'sig/types.rbs', line 3736

def dry_run
  @dry_run
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


3737
3738
3739
# File 'sig/types.rbs', line 3737

def service_id
  @service_id
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


3738
3739
3740
# File 'sig/types.rbs', line 3738

def vpc_endpoint_id
  @vpc_endpoint_id
end